MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / Page

Function Page

app/page.tsx:6–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import {
5 GithubFormFallback,
6 SubmitGithubForm,
7} from "@/components/forms/github-form";
8
9export default function Page() {
10 return (
11 <main className="mt-20 flex flex-col items-center justify-center gap-5 px-2">
12 <Suspense fallback={<GithubFormFallback />}>
13 <SubmitGithubForm />
14 </Suspense>
15
16 <CreaturesShowcase />
17 </main>
18 );
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected