Skip to content

Instantly share code, notes, and snippets.

@jamesattard
Created March 18, 2018 19:01
Show Gist options
  • Save jamesattard/f28abb6c920e48b2437831a4828601d1 to your computer and use it in GitHub Desktop.
Save jamesattard/f28abb6c920e48b2437831a4828601d1 to your computer and use it in GitHub Desktop.
import { combineReducers } from "redux";
import { reducer as reduxForm } from "redux-form";
import authReducer from "./authReducer";
export default combineReducers({
auth: authReducer,
form: reduxForm
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment