Add CollabPanel component

This commit is contained in:
Marshall Bowers 2023-10-09 11:04:53 -04:00
parent 8814ea8241
commit 4eeed14d34
6 changed files with 271 additions and 3 deletions

View file

@ -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::*;