move store to shared

This commit is contained in:
Shin'ya Ueoka 2017-10-08 15:11:09 +09:00
parent 39fb540037
commit 2faf44af74
6 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ import * as settingsActions from 'settings/actions/setting';
import messages from 'shared/messages';
import BackgroundComponent from 'background/components/background';
import reducers from 'settings/reducers/setting';
import { createStore } from 'store';
import { createStore } from 'shared/store';
const store = createStore(reducers, (e, sender) => {
console.error('Vim-Vixen:', e);