// shadcn Skeleton — pulsing placeholder block for loading states. import type { HTMLAttributes, ReactNode } from 'react' import { cn } from '../cn' export const Skeleton = ({ className, ...props }: HTMLAttributes): ReactNode => (
)