1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
import { combineReducers } from 'redux'; |
|||
|
|||
const rootReducer = combineReducers({ |
|||
|
|||
}) |
|||
|
|||
export default rootReducer; |
Loading…
Reference in new issue