chore: remove connected-react-router (#5096)
This commit is contained in:
committed by
GitHub
parent
a25fa6d66f
commit
4703406e4f
@ -1,13 +1,11 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import { connectRouter } from 'connected-react-router';
|
||||
import { reducer as notifReducer } from 'redux-notifications';
|
||||
import reducers from './index';
|
||||
|
||||
function createRootReducer(history) {
|
||||
function createRootReducer() {
|
||||
return combineReducers({
|
||||
...reducers,
|
||||
notifs: notifReducer,
|
||||
router: connectRouter(history),
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user