Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b2aab6
ragflow
/
web
/
src
/
components
/
ui
/
aspect-ratio.tsx
balibabu
feat: Add banner #3221 (#3442)
e6a705f
5 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
'use client'
;
import
*
as
AspectRatioPrimitive
from
'@radix-ui/react-aspect-ratio'
;
const
AspectRatio
=
AspectRatioPrimitive
.
Root
;
export
{
AspectRatio
};