mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +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 }
|