import { clsx } from "clsx"; import { ComponentPropsWithoutRef } from "react"; export function Card({ className, ...props }: ComponentPropsWithoutRef<"div">) { return (
); }