()
| 10 | |
| 11 | |
| 12 | export default function Home() { |
| 13 | const {siteConfig} = useDocusaurusContext(); |
| 14 | return ( |
| 15 | <Layout |
| 16 | title={`${siteConfig.title}`} |
| 17 | description="Learn Prompt Engineering"> |
| 18 | <main> |
| 19 | <div style={{ alignSelf: 'center', display:"flex", width:"100%", justifyContent:"center"}}> |
nothing calls this directly
no outgoing calls
no test coverage detected