Skip to content

Instantly share code, notes, and snippets.

@lithin
Last active July 12, 2016 10:21
Show Gist options
  • Save lithin/35adfd64c8fcd6d97375417a7a797b30 to your computer and use it in GitHub Desktop.
Save lithin/35adfd64c8fcd6d97375417a7a797b30 to your computer and use it in GitHub Desktop.
// 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