Add StatusBar component

This commit is contained in:
Marshall Bowers 2023-10-06 18:25:55 -04:00
parent 28d504d7d3
commit b53579858a
5 changed files with 174 additions and 2 deletions

View file

@ -4,6 +4,7 @@ mod icon_button;
mod list;
mod panel;
mod project_panel;
mod status_bar;
mod workspace;
pub use assistant_panel::*;
@ -12,4 +13,5 @@ pub use icon_button::*;
pub use list::*;
pub use panel::*;
pub use project_panel::*;
pub use status_bar::*;
pub use workspace::*;