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