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