import { PlayIcon } from '@heroicons/react/24/outline' const TopicCard = ({ title, children, link }: { title: string, children: any, link: string }) => { return(
{children}