Moved store to support

pull/8/head
Vladimir Volek 6 years ago
parent 424be08e7c
commit c31a822c9a

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

Loading…
Cancel
Save