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

@ -3,10 +3,12 @@ mod breadcrumb;
mod buffer;
mod chat_panel;
mod editor_pane;
mod facepile;
mod icon_button;
mod list;
mod panel;
mod panes;
mod player_stack;
mod project_panel;
mod status_bar;
mod tab;
@ -21,10 +23,12 @@ pub use breadcrumb::*;
pub use buffer::*;
pub use chat_panel::*;
pub use editor_pane::*;
pub use facepile::*;
pub use icon_button::*;
pub use list::*;
pub use panel::*;
pub use panes::*;
pub use player_stack::*;
pub use project_panel::*;
pub use status_bar::*;
pub use tab::*;