mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
"use client"
|
|
|
|
import { AspectRatio as AspectRatioPrimitive } from "radix-ui"
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root
|
|
|
|
export { AspectRatio }
|