chore: Update dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { LOCATION_CHANGE } from 'connected-react-router';
|
||||
import { LOCATION_CHANGE } from 'redux-first-history';
|
||||
|
||||
import ActionTypes from '../constants/ActionTypes';
|
||||
import ModalTypes from '../constants/ModalTypes';
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { connectRouter } from 'connected-react-router';
|
||||
import { routerReducer } from '../redux-history-context';
|
||||
|
||||
import history from '../history';
|
||||
|
||||
export default connectRouter(history);
|
||||
export default routerReducer;
|
||||
|
||||
Reference in New Issue
Block a user