Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created November 15, 2017 22:37
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 christiannwamba/2dda2a042b6990163ce58b9e449b4a1b to your computer and use it in GitHub Desktop.
Save christiannwamba/2dda2a042b6990163ce58b9e449b4a1b to your computer and use it in GitHub Desktop.
const indexReducer = combineReducers({
signUp: signUp,
editProfile: editProfile,
makePayment: makePayment
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment