({ location })
| 6 | } |
| 7 | |
| 8 | export const PageNotFound: React.VFC<PageNotFoundProps> = ({ location }) => ( |
| 9 | <P> |
| 10 | Page not found - the path, <Code>{location.pathname}</Code>, did not match |
| 11 | any React Router routes. |
| 12 | </P> |
| 13 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected