mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 01:14:12 +03:00
fix: Fix router synchronization with redux store
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user