MCPcopy
hub / github.com/chinesehuazhou/python-weekly / FAQ

Interface FAQ

landing-page/components/FAQSection.tsx:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { FaChevronDown, FaChevronUp } from 'react-icons/fa';
6
7interface FAQ {
8 id: number;
9 question: string;
10 answer: string;
11}
12
13export default function FAQSection() {
14 const t = useTranslations('FAQ');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected