From 122773a2be78c98f5e98d950fdb198566be4059e Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Wed, 14 May 2025 19:55:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20refactor:=20Remove=20unused=20ho?= =?UTF-8?q?oks=20from=20Root.tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/routes/Root.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/routes/Root.tsx b/client/src/routes/Root.tsx index 43c90130b1..3a2847ecc6 100644 --- a/client/src/routes/Root.tsx +++ b/client/src/routes/Root.tsx @@ -14,7 +14,6 @@ import { FileMapContext, SetConvoProvider, } from '~/Providers'; -import { useAuthContext, useAssistantsMap, useAgentsMap, useFileMap, useSearch } from '~/hooks'; import TermsAndConditionsModal from '~/components/Chat/TermsAndConditionsModal'; import { useUserTermsQuery, useGetStartupConfig } from '~/data-provider'; import { Nav, MobileNav } from '~/components/Nav';