MCPcopy
hub / github.com/agentsmd/agents.md / LandingPageProps

Interface LandingPageProps

pages/index.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import AboutSection from "@/components/AboutSection";
12
13interface LandingPageProps {
14 contributorsByRepo: Record<string, { avatars: string[]; total: number }>;
15}
16
17export default function LandingPage({ contributorsByRepo }: LandingPageProps) {
18 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected