Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created August 8, 2020 17:57
Show Gist options
  • Save dipeshhkc/f99fa83475ae8bce2ca4add21afa3b5b to your computer and use it in GitHub Desktop.
Save dipeshhkc/f99fa83475ae8bce2ca4add21afa3b5b to your computer and use it in GitHub Desktop.
const App = () => (
<AmplifyAuthenticator>
<BrowserRouter>
<Switch>
//React Routes
<Route path="/" component={Home} />
</Switch>
</BrowserRouter>
</AmplifyAuthenticator>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment