• This project
    • Loading...
  • Sign in

김원진 / khusat-front

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • khusat-front
  • src
  • store
  • index.js
  • 이준호's avatar
    update: 리드미 업데이트 · 0367c307
    0367c307 Browse Files
    이준호 authored 2020-11-30 21:49:08 +0900
index.js 208 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
import {combineReducers} from 'redux';
import result from "./action/result";
import survey from "./action/survey";

const rootReducer = combineReducers({
    result,
    survey
})

export default rootReducer;