mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-14 19:56:34 +01:00
🔧 refactor: Remove unused hooks from Root.tsx
This commit is contained in:
parent
fcc1eb45f4
commit
122773a2be
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ import {
|
||||||
FileMapContext,
|
FileMapContext,
|
||||||
SetConvoProvider,
|
SetConvoProvider,
|
||||||
} from '~/Providers';
|
} from '~/Providers';
|
||||||
import { useAuthContext, useAssistantsMap, useAgentsMap, useFileMap, useSearch } from '~/hooks';
|
|
||||||
import TermsAndConditionsModal from '~/components/Chat/TermsAndConditionsModal';
|
import TermsAndConditionsModal from '~/components/Chat/TermsAndConditionsModal';
|
||||||
import { useUserTermsQuery, useGetStartupConfig } from '~/data-provider';
|
import { useUserTermsQuery, useGetStartupConfig } from '~/data-provider';
|
||||||
import { Nav, MobileNav } from '~/components/Nav';
|
import { Nav, MobileNav } from '~/components/Nav';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue