small fixes

This commit is contained in:
thesn10
2026-06-25 11:30:13 +02:00
parent e5229d2138
commit 0f6fdc5f97
8 changed files with 3113 additions and 609 deletions

6
app/next-env.d.ts vendored Normal file
View File

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