Skip to content

Instantly share code, notes, and snippets.

@djibba22
Created July 31, 2020 21:30
Show Gist options
  • Save djibba22/da7aad3c0d33e24c15a22cc6872fadb4 to your computer and use it in GitHub Desktop.
Save djibba22/da7aad3c0d33e24c15a22cc6872fadb4 to your computer and use it in GitHub Desktop.
<Router>
<Navbar/>
<Container maxWidth="lg">
<Switch>
<Route path="/about">
<About />
</Route>
<Route path="/signup">
<SignUp />
</Route>
<Route path="/signin">
<SignIn/>
</Route>
<Route exact path="/">
<Home />
</Route>
</Switch>
</Router>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment