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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 4af802460..dd4ab3629 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -13,8 +13,8 @@ import { readJsonSync } from 'fs-extra';
13 13
14import Store from './lib/Store'; 14import Store from './lib/Store';
15import Request from './lib/Request'; 15import Request from './lib/Request';
16import { CHECK_INTERVAL, DEFAULT_APP_SETTINGS } from '../config'; 16import { CHECK_INTERVAL } from '../config';
17import { isMac } from '../environment'; 17import { DEFAULT_APP_SETTINGS, isMac } from '../environment';
18import locales from '../i18n/translations'; 18import locales from '../i18n/translations';
19import { onVisibilityChange } from '../helpers/visibility-helper'; 19import { onVisibilityChange } from '../helpers/visibility-helper';
20import { getLocale } from '../helpers/i18n-helpers'; 20import { getLocale } from '../helpers/i18n-helpers';