mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 16:18:51 +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
2
client/src/components/Nav/ExportConversation/index.ts
Normal file
2
client/src/components/Nav/ExportConversation/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { default as ExportConversation } from './ExportConversation';
|
||||
export { default as ExportModel } from './ExportModel';
|
||||
Loading…
Add table
Add a link
Reference in a new issue