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