Index.js 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { combineReducers } from "redux"; import user from "./user.js"; const rootReducer = combineReducers({ user, }) export default rootReducer;