From 78eb47449f6a283010bc3a00ee4bc12b0723ee8d Mon Sep 17 00:00:00 2001 From: ingawei Date: Thu, 5 Dec 2024 00:27:16 +0000 Subject: [PATCH] Auto-remove unused imports --- web/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next-env.d.ts b/web/next-env.d.ts index 4f11a03dc6..a4a7b3f5cf 100644 --- a/web/next-env.d.ts +++ b/web/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.