Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created April 8, 2020 17:17
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 Porter97/d3746d13f4c06c0c531fa3d02d1e431c to your computer and use it in GitHub Desktop.
Save Porter97/d3746d13f4c06c0c531fa3d02d1e431c to your computer and use it in GitHub Desktop.
#...
import profile from './reducers/profile';
#...
const reducer = combineReducers({
auth,
common,
profile,
settings,
router: routerReducer
});
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment