Created
March 21, 2019 15:34
-
-
Save andregardi/76affeeb616f2df49251b2a36fe65cb2 to your computer and use it in GitHub Desktop.
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 repos from "./repos"; | |
| const rootReducer = combineReducers({ | |
| repos | |
| }); | |
| export default rootReducer; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment