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