import { cn } from '../../lib/cn'; function Skeleton({ className, style, ...props }: React.HTMLAttributes) { return (
); } export { Skeleton };