Created
January 4, 2020 23:07
-
-
Save ryanjyost/768bfcf37ca5a433c9d2b06c74364f1d to your computer and use it in GitHub Desktop.
example routes
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
| <Switch> | |
| <Route exact path="/"> | |
| <Home /> | |
| </Route> | |
| <Route path="/about"> | |
| <About /> | |
| </Route> | |
| <Route path="/dashboard"> | |
| <Dashboard /> | |
| </Route> | |
| </Switch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment