UNPKG

redux-appinsights

Version:
9 lines (6 loc) 146 B
import { combineReducers } from 'redux' import todos from './todos' const rootReducer = combineReducers({ todos }) export default rootReducer