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