Skip to content

Instantly share code, notes, and snippets.

@sebastialonso
Created December 4, 2016 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastialonso/d5c865c376302295985d025d208f4240 to your computer and use it in GitHub Desktop.
Save sebastialonso/d5c865c376302295985d025d208f4240 to your computer and use it in GitHub Desktop.
import {combineReducers} from 'redux';
import IssuesReducer from './issues/issues_reducer';
const rootReducer = combineReducers({
issues: IssuesReducer
});
export default rootReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment