Skip to content

Instantly share code, notes, and snippets.

@4knort
Created November 13, 2016 17:07
Show Gist options
  • Save 4knort/c627a47011d7b9856d1a1698941f2a4d to your computer and use it in GitHub Desktop.
Save 4knort/c627a47011d7b9856d1a1698941f2a4d to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import { routerReducer as routing } from 'react-router-redux';
import page from './page'
export default combineReducers({ routing, page });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment