import { cn } from "~/client/lib/utils"; function Skeleton({ className, ...props }: React.ComponentProps<"div">) { return
; } export { Skeleton };