Created
April 27, 2019 19:56
-
-
Save beaucarnes/2fb4ee6a074a49083ed1bfb95d07323a to your computer and use it in GitHub Desktop.
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
<Navbar /> | |
<br/> | |
<Route path="/" exact component={ExercisesList} /> | |
<Route path="/edit/:id" component={EditExercise} /> | |
<Route path="/create" component={CreateExercise} /> | |
<Route path="/user" component={CreateUser} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment