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

@ -3,5 +3,6 @@ pub mod buffer;
pub mod panel;
pub mod project_panel;
pub mod tab;
pub mod tab_bar;
pub mod terminal;
pub mod workspace;