• This project
    • Loading...
  • Sign in

오인제 / Tunnel

%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
  • Tunnel
  • turnel_FE
  • src
  • _reducers
  • index.js
  • 정의왕's avatar
    Set input data form(not complete) · 6a0b271e
    6a0b271e
    정의왕 authored 2021-12-02 04:46:51 +0900
index.js 156 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
import { combineReducers } from 'redux';
import user from './user_reducer';

const rootReducer = combineReducers({
    user
})

export default rootReducer;