mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +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 }
|