MCPcopy
hub / github.com/CodecWang/opencv-python-tutorial / Home

Function Home

src/pages/index.tsx:27–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27export default function Home(): JSX.Element {
28 const { siteConfig } = useDocusaurusContext();
29 return (
30 <Layout
31 title={`Hello from ${siteConfig.title}`}
32 description="Description will go into a meta tag in <head />"
33 >
34 <HomepageHeader />
35 <main>
36 <HomepageFeatures />
37 </main>
38 </Layout>
39 );
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected