Created
November 13, 2016 17:07
-
-
Save 4knort/c627a47011d7b9856d1a1698941f2a4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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