mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
6 lines
106 B
JavaScript
Executable File
6 lines
106 B
JavaScript
Executable File
import { createReducer } from 'redux-orm';
|
|
|
|
import orm from '../orm';
|
|
|
|
export default createReducer(orm);
|