UNPKG

qobuz-ui

Version:

Interface react pour application web et desktop

11 lines (8 loc) 240 B
import { combineReducers } from 'redux'; import { routerReducer as routing } from 'react-router-redux'; import counter from './counter'; const rootReducer = combineReducers({ counter, routing }); export default rootReducer;