mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
* Init ultracite * Update scripts and biome.jsonc * Update biome.jsonc * Update biome.jsonc * Update biome.jsonc * Run format
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
"use client";
|
|
|
|
import { AspectRatio as AspectRatioPrimitive } from "radix-ui";
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|