Created
December 16, 2021 21:03
-
-
Save rschwabco/0a9b82e3e9e5d25cf523e8d5f53d8dc6 to your computer and use it in GitHub Desktop.
React app root with Auth provider
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
ReactDOM.render( | |
<React.StrictMode> | |
<AuthProvider {...configuration}> | |
<App /> | |
</AuthProvider> | |
</React.StrictMode>, | |
document.getElementById("root") | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment