Skip to content

Commit aa973fb

Browse files
author
Brian Genisio
committed
Fixing a bad merge
1 parent ff1d3f7 commit aa973fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/hooks/AuthContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { useNavigate } from 'react-router-dom';
1111
import { useRecoilState } from 'recoil';
1212
import { setTokenHeader, SystemRoles } from 'librechat-data-provider';
13-
import { useGetStartupConfig } from 'librechat-data-provider/react-query';
13+
import { useGetStartupConfig } from '~/data-provider';
1414
import type * as t from 'librechat-data-provider';
1515
import {
1616
useGetRole,

0 commit comments

Comments
 (0)