MCPcopy
hub / github.com/davepoon/buildwithclaude / HomePageClientProps

Interface HomePageClientProps

web-ui/app/page-client.tsx:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import type { Command } from '@/lib/commands-types'
10
11interface HomePageClientProps {
12 allSubagents: Subagent[]
13 featuredSubagents: Subagent[]
14 categories: CategoryMetadata[]
15 allCommands: Command[]
16 featuredCommands: Command[]
17 commandCategories: CategoryMetadata[]
18}
19
20export default function HomePageClient({
21 allSubagents,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected