import clsx from 'clsx' export function Subtitle(props: {children: string; className?: string}) { const {children: text, className} = props return

{text}

}