move store to shared
This commit is contained in:
parent
39fb540037
commit
2faf44af74
6 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
import './console-frame.scss';
|
||||
import * as consoleFrames from './console-frames';
|
||||
import * as settingActions from 'settings/actions/setting';
|
||||
import { createStore } from 'store';
|
||||
import { createStore } from 'shared/store';
|
||||
import ContentInputComponent from 'content/components/content-input';
|
||||
import KeymapperComponent from 'content/components/keymapper';
|
||||
import FollowComponent from 'content/components/follow';
|
||||
|
|
Reference in a new issue