First commit with next js.

This commit is contained in:
charles-gauthereau
2024-11-03 11:26:37 +01:00
parent 54248b8670
commit c3dbdd8833
118 changed files with 97 additions and 8756 deletions
+7
View File
@@ -0,0 +1,7 @@
"use client"
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"
const AspectRatio = AspectRatioPrimitive.Root
export { AspectRatio }