mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 23:59:48 +02:00
fix: Fix router synchronization with redux store
This commit is contained in:
parent
e28c06b85a
commit
a858419f3c
19 changed files with 157 additions and 47 deletions
|
@ -1,7 +1,7 @@
|
|||
import { bindActionCreators } from 'redux';
|
||||
import { connect } from 'react-redux';
|
||||
import { push } from 'redux-first-history';
|
||||
import omit from 'lodash/omit';
|
||||
import { push } from '../lib/redux-router';
|
||||
|
||||
import selectors from '../selectors';
|
||||
import entryActions from '../entry-actions';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue