aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index 97a4f0379..6035d08a4 100644
--- a/src/index.js
+++ b/src/index.js
@@ -14,14 +14,16 @@ import { DEFAULT_WINDOW_OPTIONS } from './config';
14 14
15import { 15import {
16 DEFAULT_APP_SETTINGS, 16 DEFAULT_APP_SETTINGS,
17 isDevMode,
18 isMac, 17 isMac,
19 isWindows, 18 isWindows,
20 isLinux, 19 isLinux,
20} from './environment';
21import {
22 isDevMode,
21 aboutAppDetails, 23 aboutAppDetails,
22 userDataRecipesPath, 24 userDataRecipesPath,
23 userDataPath, 25 userDataPath,
24} from './environment'; 26} from './environment-remote';
25import { ifUndefinedBoolean } from './jsUtils'; 27import { ifUndefinedBoolean } from './jsUtils';
26 28
27import { mainIpcHandler as basicAuthHandler } from './features/basicAuth'; 29import { mainIpcHandler as basicAuthHandler } from './features/basicAuth';