import clsx from "clsx"; type CardHeaderProps = { title: string; }; const CardHeader = ({ title }: CardHeaderProps) => { return (