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

@@ -8,9 +8,9 @@ import {
NativeExtManager,
PreferencesManager,
StatusManager,
ThemeManager,
AppState
ThemeManager
} from '@/services';
import { AppState } from '@/ui_models/app_state';
type AppManagerChangeCallback = () => void