From a135414a751c82c59917d95effb5f5eaa3f5fc92 Mon Sep 17 00:00:00 2001 From: purp1e <438518244@qq.com> Date: Fri, 20 Sep 2024 03:09:06 +0800 Subject: [PATCH] basic ui --- next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..a4a7b3f 100644 --- a/next-env.d.ts +++ b/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.