move store to shared

這個提交存在於:
Shin'ya Ueoka 2017-10-08 15:11:09 +09:00
父節點 39fb540037
當前提交 2faf44af74
共有 6 個檔案被更改,包括 5 行新增5 行删除

檢視檔案

@ -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);