Add Facepile and PlayerStack components

This commit is contained in:
Marshall Bowers 2023-10-07 12:02:42 -04:00
parent 5e7954f152
commit f33d41af63
9 changed files with 314 additions and 2 deletions

View file

@ -2,6 +2,7 @@ pub mod assistant_panel;
pub mod breadcrumb;
pub mod buffer;
pub mod chat_panel;
pub mod facepile;
pub mod panel;
pub mod project_panel;
pub mod tab;