Add Toolbar component

This commit is contained in:
Marshall Bowers 2023-10-07 11:21:09 -04:00
parent b118e60160
commit 63e834ce73
5 changed files with 133 additions and 0 deletions

View file

@ -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::*;