mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 03:26:14 +00:00
add config reducers to RootReducer/CombineReducer
This commit is contained in:
parent
cb9cba8d79
commit
37e8c0817e
@ -3,14 +3,17 @@ import * as inbox from './inbox'
|
|||||||
import * as auth from './auth'
|
import * as auth from './auth'
|
||||||
import * as loginCR from './loginCR'
|
import * as loginCR from './loginCR'
|
||||||
import * as dashboard from './dashboard'
|
import * as dashboard from './dashboard'
|
||||||
|
import * as config from './config'
|
||||||
|
|
||||||
import {combineReducers} from 'redux';
|
import {combineReducers} from 'redux';
|
||||||
import {routerReducer} from 'react-router-redux'
|
import {routerReducer} from 'react-router-redux'
|
||||||
|
|
||||||
export default combineReducers({
|
export default combineReducers({
|
||||||
...layout,
|
...layout,
|
||||||
...inbox,
|
...inbox,
|
||||||
...auth,
|
...auth,
|
||||||
...dashboard,
|
...dashboard,
|
||||||
...loginCR,
|
...loginCR,
|
||||||
|
...config,
|
||||||
routing: routerReducer
|
routing: routerReducer
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user