This commit is contained in:
MacRimi
2025-02-13 20:13:54 +01:00
parent 3869bf207c
commit 682f0c66a3
59 changed files with 5254 additions and 130 deletions

View File

@@ -0,0 +1,7 @@
"use client"
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"
const AspectRatio = AspectRatioPrimitive.Root
export { AspectRatio }