From 6bff2bb5439d25e0ab2a24a8ca1b28b89ef40ff9 Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Sun, 26 Jun 2022 23:59:32 +0200 Subject: chore: turned all auth containers into typescript (#375) --- src/stores/SettingsStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/SettingsStore.ts') 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'; import { getCurrentWindow } from '@electron/remote'; import { action, computed, observable, reaction } from 'mobx'; import localStorage from 'mobx-localstorage'; -import { Stores } from 'src/stores.types'; +import { Stores } from 'src/@types/stores.types'; import { ApiInterface } from 'src/api'; import { Actions } from 'src/actions/lib/actions'; import { -- cgit v1.2.3-70-g09d2