Skip to content

Instantly share code, notes, and snippets.

@wesleymonaro
Created January 7, 2019 22:45
Show Gist options
  • Save wesleymonaro/9946c6d1b00d93e09b12317bdefc9c13 to your computer and use it in GitHub Desktop.
Save wesleymonaro/9946c6d1b00d93e09b12317bdefc9c13 to your computer and use it in GitHub Desktop.
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