export type AspectRatioProps = {
    ratio: string
    className?: string
}
