import { combineReducers } from 'redux'; import { reducer as app } from './'; export default combineReducers({ app });