Skip to content

Instantly share code, notes, and snippets.

@gustavolendimuth
Last active July 22, 2022 22:50
Show Gist options
  • Save gustavolendimuth/257ad04b8362018f267ca3a6b4691c5b to your computer and use it in GitHub Desktop.
Save gustavolendimuth/257ad04b8362018f267ca3a6b4691c5b to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import myReducer from './myReducer';
const rootReducer = combineReducers({ myReducer });
export default rootReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment