chore: Update dependencies
This commit is contained in:
6
client/src/redux-history-context.js
Executable file
6
client/src/redux-history-context.js
Executable file
@@ -0,0 +1,6 @@
|
||||
import { createBrowserHistory } from 'history';
|
||||
import { createReduxHistoryContext } from 'redux-first-history';
|
||||
|
||||
export const { createReduxHistory, routerMiddleware, routerReducer } = createReduxHistoryContext({
|
||||
history: createBrowserHistory(),
|
||||
});
|
||||
Reference in New Issue
Block a user