Created
December 8, 2018 15:43
-
-
Save oshell/5884ec84d7ba493a59ba4ab58bd1f720 to your computer and use it in GitHub Desktop.
rootReducer.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { combineReducers } from 'redux'; | |
| import { restaurantsReducer } from './restaurantsReducer'; | |
| export const rootReducer = combineReducers({ | |
| restaurantsReducer | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment