1
0

fix eslint
All checks were successful
Lint / Lint (push) Successful in 27s

This commit is contained in:
2025-11-15 17:10:45 +01:00
parent ece2563936
commit be606ece35
5 changed files with 38 additions and 42 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.