Init Dyad app

This commit is contained in:
[dyad]
2026-01-18 10:47:43 +01:00
commit 7a640af8b4
69 changed files with 9553 additions and 0 deletions

View File

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