Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -3,6 +3,6 @@ import { LOCATION_CHANGE } from 'connected-react-router';
|
||||
|
||||
import { locationChangedService } from '../services';
|
||||
|
||||
export default function* () {
|
||||
export default function* routerWatchers() {
|
||||
yield takeEvery(LOCATION_CHANGE, () => locationChangedService());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user