Skip to content

Instantly share code, notes, and snippets.

@smhatre59
Created November 5, 2016 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smhatre59/a1dd934dbedcad81130fce398adc7a39 to your computer and use it in GitHub Desktop.
Save smhatre59/a1dd934dbedcad81130fce398adc7a39 to your computer and use it in GitHub Desktop.
import {combineReducers} from "redux";
import user from "./usersReducer";
export default combineReducers({
user
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment