mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
chore: Update dependencies
This commit is contained in:
parent
14434b81fe
commit
fa8afd7b6e
22 changed files with 12561 additions and 15980 deletions
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(),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue