• This project
    • Loading...
  • Sign in

Phecda / NGPlay

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • NGPlay
  • src
  • store
  • rootReducer.ts
  • Phecda's avatar
    feat: add Redux toolchain except saga · cfb70180
    cfb70180 Browse Files
    Phecda authored 2020-04-29 16:57:00 +0800
rootReducer.ts 122 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
import { combineReducers } from 'redux';
import user from './user/reducer';

export default combineReducers({
  user,
});