"use client" import { AspectRatio as AspectRatioPrimitive } from "radix-ui" function AspectRatio({ ...props }) { return ; } export { AspectRatio }