Add CollabPanel
component
This commit is contained in:
parent
8814ea8241
commit
4eeed14d34
6 changed files with 271 additions and 3 deletions
|
@ -2,6 +2,7 @@ mod assistant_panel;
|
|||
mod breadcrumb;
|
||||
mod buffer;
|
||||
mod chat_panel;
|
||||
mod collab_panel;
|
||||
mod editor_pane;
|
||||
mod facepile;
|
||||
mod icon_button;
|
||||
|
@ -23,6 +24,7 @@ pub use assistant_panel::*;
|
|||
pub use breadcrumb::*;
|
||||
pub use buffer::*;
|
||||
pub use chat_panel::*;
|
||||
pub use collab_panel::*;
|
||||
pub use editor_pane::*;
|
||||
pub use facepile::*;
|
||||
pub use icon_button::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue