Add StatusBar
component
This commit is contained in:
parent
28d504d7d3
commit
b53579858a
5 changed files with 174 additions and 2 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue