From a98f0df83f1dda0122066a5555c481f4b6085c7c Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Mon, 29 Dec 2025 22:02:21 +0530 Subject: [PATCH] feat(app): lint & beautify --- next-env.d.ts | 2 +- src/components/Chat.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/next-env.d.ts b/next-env.d.ts index c4b7818..20e7bcf 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/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. diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index 1c95d26..e7ef6eb 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -80,7 +80,10 @@ const Chat = () => { {loading && !messageAppeared && }
{dividerWidth > 0 && ( -
+