src/reducers/index.js
import { combineReducers } from 'redux';
import tellers from './tellers';
/**
* Reducers
* @type {Object}
*/
const detherShop = combineReducers({
tellers,
});
export default detherShop;
import { combineReducers } from 'redux';
import tellers from './tellers';
/**
* Reducers
* @type {Object}
*/
const detherShop = combineReducers({
tellers,
});
export default detherShop;