aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.ts')
-rw-r--r--src/stores/AppStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts
index 5659460c6..f333a0060 100644
--- a/src/stores/AppStore.ts
+++ b/src/stores/AppStore.ts
@@ -14,7 +14,7 @@ import ms from 'ms';
14import { URL } from 'url'; 14import { URL } from 'url';
15import { readJsonSync } from 'fs-extra'; 15import { readJsonSync } from 'fs-extra';
16 16
17import { Stores } from 'src/stores.types'; 17import { Stores } from 'src/@types/stores.types';
18import { ApiInterface } from 'src/api'; 18import { ApiInterface } from 'src/api';
19import { Actions } from 'src/actions/lib/actions'; 19import { Actions } from 'src/actions/lib/actions';
20import TypedStore from './lib/TypedStore'; 20import TypedStore from './lib/TypedStore';