MCPcopy
hub / github.com/rafgraph/spa-github-pages / PageNotFound

Function PageNotFound

src/components/PageNotFound.tsx:8–13  ·  view source on GitHub ↗
({ location })

Source from the content-addressed store, hash-verified

6}
7
8export 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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected