mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-24 11:16:12 +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
|
|
@ -7,12 +7,11 @@ import {
|
|||
} from '@librechat/data-provider';
|
||||
|
||||
import MessageHandler from '../components/MessageHandler';
|
||||
import MobileNav from '../components/Nav/MobileNav';
|
||||
import Nav from '../components/Nav';
|
||||
import { Nav, MobileNav } from '../components/Nav';
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import store from '~/store';
|
||||
import { useAuthContext } from '~/hooks/AuthContext';
|
||||
import { useSetRecoilState } from 'recoil';
|
||||
import store from '~/store';
|
||||
|
||||
export default function Root() {
|
||||
const [navVisible, setNavVisible] = useState(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue