import { combineReducers } from "redux"; import app from "reducers/app"; export default combineReducers({ app, });