Initial commit of template

This commit is contained in:
Antigravity
2026-07-16 14:03:53 +05:30
commit 09c68efb2d
70 changed files with 6050 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 }