UNPKG

react-redux-starter-thibault

Version:

Starter Kit for React + Redux application with Webpack

12 lines (10 loc) 236 B
import {combineReducers} from "redux"; import game from "./Game"; /** * Import and combine reducers. * * NOTE: Not currently useful, should be used for 2 and more reducers. */ export default combineReducers({ game });