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