mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00: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
|
|
@ -5,6 +5,7 @@ export { default as Panel } from './Panel';
|
|||
export { default as Spinner } from './Spinner';
|
||||
export { default as Clipboard } from './Clipboard';
|
||||
export { default as CheckMark } from './CheckMark';
|
||||
export { default as LogOutIcon } from './LogOutIcon';
|
||||
export { default as MessagesSquared } from './MessagesSquared';
|
||||
export { default as StopGeneratingIcon } from './StopGeneratingIcon';
|
||||
export { default as GoogleIcon } from './GoogleIcon';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue