import { cn } from '@/utils/cn'; export function Skeleton({ className }: { className?: string }) { return
; }