mv services/state > ui_models/app_state

This commit is contained in:
Mo Bitar
2020-04-17 13:31:47 -05:00
parent 2083ce763f
commit 0c6b5cbeb7
18 changed files with 869 additions and 800 deletions

View File

@@ -22,7 +22,7 @@ import { isDesktopApplication } from '@/utils';
import { KeyboardModifier, KeyboardKey } from '@/services/keyboardManager';
import template from './editor-view.pug';
import { PureViewCtrl } from '@Views/abstract/pure_view_ctrl';
import { AppStateEvent, EventSource } from '@/services/state';
import { AppStateEvent, EventSource } from '@/ui_models/app_state';
import {
STRING_DELETED_NOTE,
STRING_INVALID_NOTE,