aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/GlobalSettingsBase.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/stores/GlobalSettingsBase.ts')
-rw-r--r--packages/shared/src/stores/GlobalSettingsBase.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/shared/src/stores/GlobalSettingsBase.ts b/packages/shared/src/stores/GlobalSettingsBase.ts
index c74c822..9d677c4 100644
--- a/packages/shared/src/stores/GlobalSettingsBase.ts
+++ b/packages/shared/src/stores/GlobalSettingsBase.ts
@@ -26,9 +26,9 @@ import {
26 IAnyModelType, 26 IAnyModelType,
27} from 'mobx-state-tree'; 27} from 'mobx-state-tree';
28 28
29import { ThemeSource } from '../schemas/ThemeSource'; 29import { ThemeSource } from '../schemas/ThemeSource.js';
30 30
31import ServiceBase from './ServiceBase'; 31import ServiceBase from './ServiceBase.js';
32 32
33export const SYSTEM_LOCALE = 'system'; 33export const SYSTEM_LOCALE = 'system';
34 34