Skip to content

Instantly share code, notes, and snippets.

@nidhinkumar06
Created April 14, 2019 10:20
Show Gist options
  • Save nidhinkumar06/579962f4cefc82c371a4e4c3ea90ae77 to your computer and use it in GitHub Desktop.
Save nidhinkumar06/579962f4cefc82c371a4e4c3ea90ae77 to your computer and use it in GitHub Desktop.
Reduxtoken-auth
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