import { combineReducers } from 'redux'
/* PLOP_INJECT_REDUCER_IMPORT */

export default combineReducers({
  /* PLOP_INJECT_REDUCER_EXPORT */
})