import { cn } from '@/common/helpers/cn'; function Skeleton({ className, ...props }: React.ComponentProps<'div'>) { return
; } export { Skeleton };