Skip to content

Instantly share code, notes, and snippets.

@pfulop
Created August 24, 2016 07:30
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 pfulop/c55ffa284ddbfd2a947041f817649b75 to your computer and use it in GitHub Desktop.
Save pfulop/c55ffa284ddbfd2a947041f817649b75 to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import item from './item';
const rootReducer = combineReducers({
item
});
export default rootReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment