Created
April 14, 2019 10:20
-
-
Save nidhinkumar06/579962f4cefc82c371a4e4c3ea90ae77 to your computer and use it in GitHub Desktop.
Reduxtoken-auth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { combineReducers } from 'redux'; | |
import { reduxTokenAuthReducer } from 'redux-token-auth'; | |
const rootReducer = combineReducers({ | |
reduxTokenAuth: reduxTokenAuthReducer, | |
}) | |
export default rootReducer; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment