import { combineReducers } from 'redux' import file from './files' const rootReducer = combineReducers({ file }) export default rootReducer