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

@ -6,4 +6,5 @@ pub mod project_panel;
pub mod tab;
pub mod tab_bar;
pub mod terminal;
pub mod toolbar;
pub mod workspace;