mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 00:58:50 +01:00
persist models in localStorage, minor changes
This commit is contained in:
parent
e2a3ecbf88
commit
1a6cddb8bb
6 changed files with 27 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import Messages from './components/main/Messages';
|
||||
import Landing from './components/main/Landing';
|
||||
import TextChat from './components/main/TextChat';
|
||||
import Messages from './components/Main/Messages';
|
||||
import Landing from './components/Main/Landing';
|
||||
import TextChat from './components/Main/TextChat';
|
||||
import Nav from './components/Nav';
|
||||
import MobileNav from './components/Nav/MobileNav';
|
||||
import useDocumentTitle from '~/hooks/useDocumentTitle';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue