Created
September 20, 2019 14:45
-
-
Save WDever/ce5e8bc4605a4eec63545670558e9a8f to your computer and use it in GitHub Desktop.
This file contains 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={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