summaryrefslogtreecommitdiffstats
path: root/src/features/serviceProxy/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/serviceProxy/index.ts')
-rw-r--r--src/features/serviceProxy/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/serviceProxy/index.ts b/src/features/serviceProxy/index.ts
index c98ae00a7..68415c31e 100644
--- a/src/features/serviceProxy/index.ts
+++ b/src/features/serviceProxy/index.ts
@@ -1,5 +1,5 @@
1import { autorun, action, observable } from 'mobx';
2import { session } from '@electron/remote'; 1import { session } from '@electron/remote';
2import { action, autorun, observable } from 'mobx';
3 3
4const debug = require('../../preload-safe-debug')( 4const debug = require('../../preload-safe-debug')(
5 'Ferdium:feature:serviceProxy', 5 'Ferdium:feature:serviceProxy',