Guest User

Untitled

a guest
Apr 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <Route
  2. path="/:url*"
  3. exact
  4. strict
  5. render={props => <Redirect to={`${props.location.pathname}/`} />}
  6. />
Add Comment
Please, Sign In to add comment