Skip to content

Instantly share code, notes, and snippets.

@beaucarnes
Created April 27, 2019 19:56
Show Gist options
  • Save beaucarnes/2fb4ee6a074a49083ed1bfb95d07323a to your computer and use it in GitHub Desktop.
Save beaucarnes/2fb4ee6a074a49083ed1bfb95d07323a to your computer and use it in GitHub Desktop.
<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