🔧 refactor: Remove unused hooks from Root.tsx

This commit is contained in:
Ruben Talstra 2025-05-14 19:55:16 +02:00
parent fcc1eb45f4
commit 122773a2be
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA

View file

@ -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';