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:
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…
Reference in New Issue
Block a user