Skip to content

Instantly share code, notes, and snippets.

@WDever
Created September 20, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WDever/ce5e8bc4605a4eec63545670558e9a8f to your computer and use it in GitHub Desktop.
Save WDever/ce5e8bc4605a4eec63545670558e9a8f to your computer and use it in GitHub Desktop.
<Switch>
<Route exact={true} path="/modal" render={() => <div>asdfasdf</div>} />
<Route
exact={true}
path="/modal/music"
render={() => <div>asdfasdfasdf</div>}
/>
<Redirect to="/error" />
</Switch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment