From 0f417aaec04572276755b6ab502dacec166a0ec3 Mon Sep 17 00:00:00 2001 From: Vilmondes Queiroz Date: Mon, 11 Mar 2024 19:27:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20remove=20unused=20impor?= =?UTF-8?q?t=20(#2072)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Input/EndpointMenu/EndpointMenu.jsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/client/src/components/Input/EndpointMenu/EndpointMenu.jsx b/client/src/components/Input/EndpointMenu/EndpointMenu.jsx index 3fba262316..aa0e7724bd 100644 --- a/client/src/components/Input/EndpointMenu/EndpointMenu.jsx +++ b/client/src/components/Input/EndpointMenu/EndpointMenu.jsx @@ -1,5 +1,4 @@ /* eslint-disable react-hooks/exhaustive-deps */ -import { Trash2 } from 'lucide-react'; import { useRecoilState } from 'recoil'; import { useState, useEffect } from 'react'; import { @@ -221,9 +220,15 @@ export default function NewConversationMenu() { htmlFor="file-upload" className="mr-1 flex h-[32px] h-auto cursor-pointer items-center rounded bg-transparent px-2 py-1 text-xs font-medium font-normal text-gray-600 transition-colors hover:bg-gray-100 hover:text-red-700 dark:bg-transparent dark:text-gray-300 dark:hover:bg-gray-800 dark:hover:text-green-500" > - - - + + {localize('com_ui_clear')} {localize('com_ui_all')}