Created
January 7, 2019 22:45
-
-
Save wesleymonaro/9946c6d1b00d93e09b12317bdefc9c13 to your computer and use it in GitHub Desktop.
This file contains 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 reducer from "./reducer"; | |
const reducers = combineReducers({ | |
reducer, | |
// caso tenha mais reducers, inclua aqui | |
}); | |
export default reducers; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment