fix: resolve layout overflow by adding min-width constraints and update Next.js route type path

This commit is contained in:
poyrazavsever
2026-06-07 01:22:44 +03:00
parent 990c7a21b6
commit 1e8c66176b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
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.