Created
June 9, 2017 18:16
-
-
Save panvourtsis/3bdf47fb714c9aa2370a5104974a3239 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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