Initial commit
This commit is contained in:
5
client/src/reducers/db.js
Executable file
5
client/src/reducers/db.js
Executable file
@@ -0,0 +1,5 @@
|
||||
import { createReducer } from 'redux-orm';
|
||||
|
||||
import orm from '../orm';
|
||||
|
||||
export default createReducer(orm);
|
||||
Reference in New Issue
Block a user