mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
🔧 fix: Wrong import useGetStartupConfig
(#5692)
* fixed build failed error * chore: import order --------- Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
8c404ae056
commit
ae7814a2b3
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ import { useMemo } from 'react';
|
|||
|
||||
import { MessageCircleDashed } from 'lucide-react';
|
||||
import { useRecoilState, useRecoilValue } from 'recoil';
|
||||
import { useGetStartupConfig } from 'librechat-data-provider/react-query';
|
||||
import { Constants, getConfigDefaults } from 'librechat-data-provider';
|
||||
import { useGetStartupConfig } from '~/data-provider';
|
||||
import temporaryStore from '~/store/temporary';
|
||||
import { Switch } from '~/components/ui';
|
||||
import { cn } from '~/utils';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue