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 @@ pub mod assistant_panel;
pub mod breadcrumb;
pub mod buffer;
pub mod chat_panel;
pub mod collab_panel;
pub mod facepile;
pub mod panel;
pub mod project_panel;