diff --git a/src/index.js b/src/index.js index 372ede76..addd2f1b 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,7 @@ import baseStyles from 'support/BaseStyles'; import { onBeforeUnload } from 'actions/WalletActions'; import 'styles/index.less'; import App from 'views/index'; -import store from './store'; +import store from 'support/store'; const root: ?HTMLElement = document.getElementById('root'); if (root) { diff --git a/src/store/index.js b/src/support/store/index.js similarity index 100% rename from src/store/index.js rename to src/support/store/index.js