Created
June 25, 2020 10:17
-
-
Save velotiotech/ca3d34ad37c23aa181229b2f8ba11f53 to your computer and use it in GitHub Desktop.
Snippet #2
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 { withAuthenticator } from 'aws-amplify-react'; | |
... | |
// app component | |
... | |
export default withAuthenticator(App); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment