Last active
July 12, 2016 10:21
-
-
Save lithin/35adfd64c8fcd6d97375417a7a797b30 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
// just import the same function from a different library | |
import { combineReducers } from 'redux-mori'; | |
import userReducer from 'app/containers/User/reducer'; | |
export default combineReducers({ | |
user: userReducer | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment