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