()
| 25 | } |
| 26 | |
| 27 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected