Skip to content

Commit ae7814a

Browse files
🔧 fix: Wrong import useGetStartupConfig (#5692)
* fixed build failed error * chore: import order --------- Co-authored-by: Danny Avila <[email protected]>
1 parent 8c404ae commit ae7814a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Input/ModelSelect/TemporaryChat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { useMemo } from 'react';
22

33
import { MessageCircleDashed } from 'lucide-react';
44
import { useRecoilState, useRecoilValue } from 'recoil';
5-
import { useGetStartupConfig } from 'librechat-data-provider/react-query';
65
import { Constants, getConfigDefaults } from 'librechat-data-provider';
6+
import { useGetStartupConfig } from '~/data-provider';
77
import temporaryStore from '~/store/temporary';
88
import { Switch } from '~/components/ui';
99
import { cn } from '~/utils';

0 commit comments

Comments
 (0)