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

{title}

{children}

Begin
) } export default TopicCard;