Skip to content

Instantly share code, notes, and snippets.

@oshell
Created December 8, 2018 15:43
Show Gist options
  • Select an option

  • Save oshell/5884ec84d7ba493a59ba4ab58bd1f720 to your computer and use it in GitHub Desktop.

Select an option

Save oshell/5884ec84d7ba493a59ba4ab58bd1f720 to your computer and use it in GitHub Desktop.
rootReducer.js
import { combineReducers } from 'redux';
import { restaurantsReducer } from './restaurantsReducer';
export const rootReducer = combineReducers({
restaurantsReducer
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment