Created
November 20, 2020 14:15
-
-
Save GuilhermeLis/a280d3f0fc0576180144c147e2af4714 to your computer and use it in GitHub Desktop.
File from the Redux with AsyncStorage
This file contains hidden or 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 { reducer as auth } from './auth/ducks'; | |
export default combineReducers({ | |
auth, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment