aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/SettingsStore.ts')
-rw-r--r--src/stores/SettingsStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/SettingsStore.ts b/src/stores/SettingsStore.ts
index 524f2e50c..dabd7b099 100644
--- a/src/stores/SettingsStore.ts
+++ b/src/stores/SettingsStore.ts
@@ -2,7 +2,7 @@ import { ipcRenderer } from 'electron';
2import { getCurrentWindow } from '@electron/remote'; 2import { getCurrentWindow } from '@electron/remote';
3import { action, computed, observable, reaction } from 'mobx'; 3import { action, computed, observable, reaction } from 'mobx';
4import localStorage from 'mobx-localstorage'; 4import localStorage from 'mobx-localstorage';
5import { Stores } from 'src/stores.types'; 5import { Stores } from 'src/@types/stores.types';
6import { ApiInterface } from 'src/api'; 6import { ApiInterface } from 'src/api';
7import { Actions } from 'src/actions/lib/actions'; 7import { Actions } from 'src/actions/lib/actions';
8import { 8import {