Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import { combineReducers } from 'redux'
  2. import appData from './dataReducer'
  3.  
  4. const rootReducer = combineReducers({
  5. appData
  6. })
  7.  
  8. export default rootReducer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement