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