• This project
    • Loading...
  • Sign in

박선진 / video-emergency-detection

%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 3
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • video-emergency-detection
  • Front-end
  • src
  • reducers
  • index.js
  • 박선진's avatar
    delete unnecessary codes from template code · be297ba1
    be297ba1
    박선진 authored 2020-06-18 14:16:51 +0900
index.js 173 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
import { combineReducers } from 'redux';
import navigation from './navigation';
import layout from './layout';

export default combineReducers({
  navigation,
  layout,
});