Add Toolbar
component
This commit is contained in:
parent
b118e60160
commit
63e834ce73
5 changed files with 133 additions and 0 deletions
|
@ -10,6 +10,7 @@ mod status_bar;
|
|||
mod tab;
|
||||
mod tab_bar;
|
||||
mod terminal;
|
||||
mod toolbar;
|
||||
mod workspace;
|
||||
|
||||
pub use assistant_panel::*;
|
||||
|
@ -24,4 +25,5 @@ pub use status_bar::*;
|
|||
pub use tab::*;
|
||||
pub use tab_bar::*;
|
||||
pub use terminal::*;
|
||||
pub use toolbar::*;
|
||||
pub use workspace::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue