import type { HTMLAttributes } from "react"; import { cn } from "@/lib/utils"; export function Card({ className, ...props }: HTMLAttributes) { return
; }