Add ChatPanel
component
This commit is contained in:
parent
0dcbc47e15
commit
9e79ad5a62
8 changed files with 199 additions and 39 deletions
|
@ -1,6 +1,7 @@
|
|||
mod assistant_panel;
|
||||
mod breadcrumb;
|
||||
mod buffer;
|
||||
mod chat_panel;
|
||||
mod editor_pane;
|
||||
mod icon_button;
|
||||
mod list;
|
||||
|
@ -17,6 +18,7 @@ mod workspace;
|
|||
pub use assistant_panel::*;
|
||||
pub use breadcrumb::*;
|
||||
pub use buffer::*;
|
||||
pub use chat_panel::*;
|
||||
pub use editor_pane::*;
|
||||
pub use icon_button::*;
|
||||
pub use list::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue