mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
Moved store to support
This commit is contained in:
parent
424be08e7c
commit
c31a822c9a
@ -5,7 +5,7 @@ import baseStyles from 'support/BaseStyles';
|
|||||||
import { onBeforeUnload } from 'actions/WalletActions';
|
import { onBeforeUnload } from 'actions/WalletActions';
|
||||||
import 'styles/index.less';
|
import 'styles/index.less';
|
||||||
import App from 'views/index';
|
import App from 'views/index';
|
||||||
import store from './store';
|
import store from 'support/store';
|
||||||
|
|
||||||
const root: ?HTMLElement = document.getElementById('root');
|
const root: ?HTMLElement = document.getElementById('root');
|
||||||
if (root) {
|
if (root) {
|
||||||
|
Loading…
Reference in New Issue
Block a user