mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-19 04:34:06 +01:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
"use client"
|
|
|
|
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root
|
|
|
|
export { AspectRatio }
|