mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 01:11:58 +03:00
6 lines
140 B
JavaScript
Executable File
6 lines
140 B
JavaScript
Executable File
import { createRouterReducer } from '../lib/redux-router';
|
|
|
|
import history from '../history';
|
|
|
|
export default createRouterReducer(history);
|