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