()
| 37 | } |
| 38 | |
| 39 | export default function Home() { |
| 40 | const {siteConfig} = useDocusaurusContext(); |
| 41 | return ( |
| 42 | <Layout |
| 43 | title={`AI inside your IDE`} |
| 44 | description="Improve your code with Code GPT <AI />"> |
| 45 | <HomepageHeader /> |
| 46 | <main> |
nothing calls this directly
no outgoing calls
no test coverage detected