<IndexRedirect>
Todo: add more
An <IndexRedirect> allows you to redirect from the URL of a parent route to another route. They can be used to allow a child route to serve as the default route for its parent, while still keeping a distinct URL.
Props
All the same props as <Redirect> except for from.
Example
Todo