UNPKG

rn-redux

Version:
8 lines (7 loc) 166 B
import { combineReducers } from 'redux'; import { HomeReducer } from './home/home.reducer'; export const Reducers = combineReducers( { home: HomeReducer } );