This commit is contained in:
2025-02-08 22:40:36 -08:00
parent 09b3508a72
commit 89eadbd477
70 changed files with 9585 additions and 2783 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Image, { type ImageProps } from "next/image";
import { Button } from "@repo/ui/button";
import { Button } from "@nazara/ui/button";
import styles from "./page.module.css";
type Props = Omit<ImageProps, "src"> & {