From a05ef4bb5101e6e8d999ad0d7383b394996fb763 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 17:20:09 +0530 Subject: chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080) --- src/stores/UIStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores') diff --git a/src/stores/UIStore.ts b/src/stores/UIStore.ts index 6ab63c2ee..6a9597006 100644 --- a/src/stores/UIStore.ts +++ b/src/stores/UIStore.ts @@ -1,7 +1,7 @@ import { action, observable, computed, reaction } from 'mobx'; -import { theme, ThemeType } from '@meetfranz/theme'; import { nativeTheme, systemPreferences } from '@electron/remote'; +import { theme, ThemeType } from '../themes'; import Store from './lib/Store'; import { isMac, isWindows } from '../environment'; -- cgit v1.2.3-70-g09d2