Skip to content

Instantly share code, notes, and snippets.

@Tinusw
Created April 23, 2018 11:13
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 Tinusw/3f47dcfb2aa1ab83f3487b3061ebb7b5 to your computer and use it in GitHub Desktop.
Save Tinusw/3f47dcfb2aa1ab83f3487b3061ebb7b5 to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import { reducer as form } from 'redux-form';
import authReducer from './auth_reducer'
const rootReducer = combineReducers({
auth: authReducer
});
export default rootReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment