1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-10-31 21:18:54 +00:00

Moved store to support

This commit is contained in:
Vladimir Volek 2018-08-27 17:19:34 +02:00
parent 424be08e7c
commit c31a822c9a
2 changed files with 1 additions and 1 deletions

View File

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