Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created August 26, 2019 13:15
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 BetterProgramming/b12a2712ae365318e493816b74855711 to your computer and use it in GitHub Desktop.
Save BetterProgramming/b12a2712ae365318e493816b74855711 to your computer and use it in GitHub Desktop.
import { menuReducer } from './menu-reducer';
import { contactsReducer } from './contacts-reducer';
export const reducers = {
menu: menuReducer,
contacts: contactsReducer
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment