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/features/todos/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/todos') diff --git a/src/features/todos/store.js b/src/features/todos/store.js index ec06c279d..010a029ff 100644 --- a/src/features/todos/store.js +++ b/src/features/todos/store.js @@ -1,7 +1,7 @@ -import { ThemeType } from '@meetfranz/theme'; import { computed, action, observable } from 'mobx'; import localStorage from 'mobx-localstorage'; +import { ThemeType } from '../../themes'; import { todoActions } from './actions'; import { CUSTOM_TODO_SERVICE, -- cgit v1.2.3-54-g00ecf