This commit is contained in:
Trance-0
2025-11-14 11:15:12 -06:00
parent 1b75ef050f
commit 0597afb511
14 changed files with 746 additions and 411 deletions

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.