Skip to content

Instantly share code, notes, and snippets.

@panvourtsis
Created June 9, 2017 18:16
Show Gist options
  • Save panvourtsis/3bdf47fb714c9aa2370a5104974a3239 to your computer and use it in GitHub Desktop.
Save panvourtsis/3bdf47fb714c9aa2370a5104974a3239 to your computer and use it in GitHub Desktop.
import {combineReducers} from "redux";
import Ratings from "./ratings/RatingsReducer";
// Combine all reducers into one root reducer
export const RootReducer = combineReducers({
Ratings
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment