import clsx from 'clsx/lite'; import { ReactNode } from 'react'; export default function ScoreCard({ title, children, className, }: { title?: ReactNode, children: ReactNode, className?: string, }) { return (