MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / Index

Function Index

src/theme/NotFound/index.tsx:7–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import NotFoundContent from "@theme/NotFound/Content";
6
7export default function Index(): JSX.Element {
8 const title = translate({
9 id: "theme.NotFound.title",
10 message: "Page Not Found",
11 });
12
13 return (
14 <>
15 <PageMetadata title={title} />
16 <Layout>
17 <NotFoundContent />
18 </Layout>
19 </>
20 );
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected