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

Interface PageNotFoundProps

src/components/PageNotFound.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Code, P } from './UI';
3
4interface PageNotFoundProps {
5 location: { pathname: 'string' };
6}
7
8export const PageNotFound: React.VFC<PageNotFoundProps> = ({ location }) => (
9 <P>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected