mirror of
https://github.com/tcsenpai/emoji-encoder.git
synced 2025-06-06 02:25:20 +00: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 }
|