Wrapper components for passing properties to components in
<RouteWithProps>
-- renders a component, passing properties to the target component
<AuthRoute>
-- only renders the route if the auth parameter is true
<AuthRouteWithProps>
-- renders a component, passing properties to the target component, only is the auth parameter is true