Add TabBar component

This commit is contained in:
Marshall Bowers 2023-10-07 11:13:54 -04:00
parent 7c8d662315
commit 00e8531898
5 changed files with 146 additions and 0 deletions

View file

@ -7,6 +7,7 @@ mod panes;
mod project_panel;
mod status_bar;
mod tab;
mod tab_bar;
mod terminal;
mod workspace;
@ -19,5 +20,6 @@ pub use panes::*;
pub use project_panel::*;
pub use status_bar::*;
pub use tab::*;
pub use tab_bar::*;
pub use terminal::*;
pub use workspace::*;