MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / Component

Function Component

src/frontend/src/pages/NoPage.tsx:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function Component(): JSX.Element {
2 return <h1>404</h1>;
3}
4
5Component.displayName = "NoPage";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected