UNPKG

admin-on-rest-fr05t1k

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

9 lines (7 loc) 198 B
import { combineReducers } from 'redux'; import oneToMany from './oneToMany'; import possibleValues from './possibleValues'; export default combineReducers({ oneToMany, possibleValues, });