import { cn } from '#lib/utils'; function AspectRatio({ ratio, className, ...props }: React.ComponentProps<'div'> & { ratio: number }) { return (