import { cn } from '@/lib/utils' const Skeleton = ({ className, ...props }: React.HTMLAttributes) => { return (
) } export { Skeleton }