aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/SharedStoreBase.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/stores/SharedStoreBase.ts')
-rw-r--r--packages/shared/src/stores/SharedStoreBase.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/shared/src/stores/SharedStoreBase.ts b/packages/shared/src/stores/SharedStoreBase.ts
index 949ef6a..4526c95 100644
--- a/packages/shared/src/stores/SharedStoreBase.ts
+++ b/packages/shared/src/stores/SharedStoreBase.ts
@@ -27,10 +27,10 @@ import {
27 IAnyModelType, 27 IAnyModelType,
28} from 'mobx-state-tree'; 28} from 'mobx-state-tree';
29 29
30import GlobalSettingsBase from './GlobalSettingsBase'; 30import GlobalSettingsBase from './GlobalSettingsBase.js';
31import ProfileBase from './Profile'; 31import ProfileBase from './Profile.js';
32import ServiceBase from './ServiceBase'; 32import ServiceBase from './ServiceBase.js';
33import WritingDirection from './WritingDirection'; 33import WritingDirection from './WritingDirection.js';
34 34
35export const FALLBACK_LOCALE = 'en'; 35export const FALLBACK_LOCALE = 'en';
36 36