Skip to content

Instantly share code, notes, and snippets.

@rohanBagchi
Created February 28, 2018 10:55
Show Gist options
  • Save rohanBagchi/a6cd25ec9ab4fbfac29cbe90269e9adb to your computer and use it in GitHub Desktop.
Save rohanBagchi/a6cd25ec9ab4fbfac29cbe90269e9adb to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import ArticleDucks from './ducks/ArticleDucks';
export default combineReducers({
articles_reducer: ArticleDucks,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment