type TableOfContentsProps = { id: string; }; export function YouTube({ id }: TableOfContentsProps) { return (
); }