aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index cb17447c0..83e6a899b 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -20,12 +20,14 @@ import { CHECK_INTERVAL } from '../config';
20import { 20import {
21 DEFAULT_APP_SETTINGS, 21 DEFAULT_APP_SETTINGS,
22 isMac, 22 isMac,
23 ferdiVersion,
24 electronVersion, 23 electronVersion,
25 osRelease, 24 osRelease,
25} from '../environment';
26import {
27 ferdiVersion,
26 userDataPath, 28 userDataPath,
27 ferdiLocale, 29 ferdiLocale,
28} from '../environment'; 30} from '../environment-remote';
29import locales from '../i18n/translations'; 31import locales from '../i18n/translations';
30import { getLocale } from '../helpers/i18n-helpers'; 32import { getLocale } from '../helpers/i18n-helpers';
31 33