Skip to content

Instantly share code, notes, and snippets.

@andregardi
Created March 21, 2019 15:34
Show Gist options
  • Select an option

  • Save andregardi/76affeeb616f2df49251b2a36fe65cb2 to your computer and use it in GitHub Desktop.

Select an option

Save andregardi/76affeeb616f2df49251b2a36fe65cb2 to your computer and use it in GitHub Desktop.
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