mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 11:20:15 +01:00
refactor(Nav/Conversation): reorganize imports and fix import paths
This commit is contained in:
parent
4898f7489b
commit
dd8bc39001
10 changed files with 42 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { forwardRef } from 'react';
|
||||
import LogOutIcon from '../svg/LogOutIcon';
|
||||
import { LogOutIcon } from '../svg';
|
||||
import { useAuthContext } from '~/hooks/AuthContext';
|
||||
import { useRecoilValue } from 'recoil';
|
||||
import store from '~/store';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue