mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +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
11
client/src/components/Nav/index.ts
Normal file
11
client/src/components/Nav/index.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export * from './ExportConversation';
|
||||
export * from './SettingsTabs/';
|
||||
export { default as ClearConvos } from './ClearConvos';
|
||||
export { default as Logout } from './Logout';
|
||||
export { default as MobileNav } from './MobileNav';
|
||||
export { default as Nav } from './Nav';
|
||||
export { default as NavLink } from './NavLink';
|
||||
export { default as NavLinks } from './NavLinks';
|
||||
export { default as NewChat } from './NewChat';
|
||||
export { default as SearchBar } from './SearchBar';
|
||||
export { default as Settings } from './Settings';
|
||||
Loading…
Add table
Add a link
Reference in a new issue