import { cn } from '@gib/ui'; const Skeleton = ({ className, ...props }: React.ComponentProps<'div'>) => (
); export { Skeleton };