mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
Fix initialState -> INITIAL_STATE rename (#97)
This commit is contained in:
parent
1aad9d1c21
commit
c32edf4a0b
@ -10,8 +10,8 @@ import ensSaga from './sagas/ens';
|
||||
import walletSaga from './sagas/wallet';
|
||||
import bitySaga from './sagas/bity';
|
||||
import ratesSaga from './sagas/rates';
|
||||
import { initialState as configInitialState } from 'reducers/config';
|
||||
import { initialState as customTokensInitialState } from 'reducers/customTokens';
|
||||
import { INITIAL_STATE as configInitialState } from 'reducers/config';
|
||||
import { INITIAL_STATE as customTokensInitialState } from 'reducers/customTokens';
|
||||
import throttle from 'lodash/throttle';
|
||||
import { composeWithDevTools } from 'redux-devtools-extension';
|
||||
import Perf from 'react-addons-perf';
|
||||
|
Loading…
x
Reference in New Issue
Block a user