aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.ts')
-rw-r--r--src/stores/AppStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts
index 0bf845e4d..b317d99fc 100644
--- a/src/stores/AppStore.ts
+++ b/src/stores/AppStore.ts
@@ -1,3 +1,4 @@
1import { URL } from 'node:url';
1import { ipcRenderer } from 'electron'; 2import { ipcRenderer } from 'electron';
2import { 3import {
3 app, 4 app,
@@ -11,7 +12,6 @@ import { action, computed, makeObservable, observable } from 'mobx';
11import moment from 'moment'; 12import moment from 'moment';
12import AutoLaunch from 'auto-launch'; 13import AutoLaunch from 'auto-launch';
13import ms from 'ms'; 14import ms from 'ms';
14import { URL } from 'node:url';
15import { readJsonSync } from 'fs-extra'; 15import { readJsonSync } from 'fs-extra';
16 16
17import { Stores } from '../@types/stores.types'; 17import { Stores } from '../@types/stores.types';