MCPcopy Create free account
hub / github.com/LearnPrompt/LearnPrompt / Home

Function Home

src/pages/our_services.js:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12export 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"}}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected