From 3ae4d12f6079eb68475e2a73d22ad7f3bafb8972 Mon Sep 17 00:00:00 2001 From: LazyYuuki Date: Sun, 15 Jun 2025 16:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20commented=20out=20the=20w?= =?UTF-8?q?rong=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-app/src/containers/ChatInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/containers/ChatInput.tsx b/web-app/src/containers/ChatInput.tsx index de4f9d9ad..291642a60 100644 --- a/web-app/src/containers/ChatInput.tsx +++ b/web-app/src/containers/ChatInput.tsx @@ -21,7 +21,7 @@ import { IconTool, IconCodeCircle2, IconPlayerStopFilled, - // IconBrandSpeedtest, + IconBrandSpeedtest, IconX, } from '@tabler/icons-react' import { useTranslation } from 'react-i18next'