ragflow / web /src /components /ui /aspect-ratio.tsx
balibabu
feat: Add banner #3221 (#3442)
e6a705f
raw
history blame
158 Bytes
'use client';
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
const AspectRatio = AspectRatioPrimitive.Root;
export { AspectRatio };