Add Tab component

This commit is contained in:
Marshall Bowers 2023-10-06 18:43:25 -04:00
parent d5ffd4a1fb
commit 8db7f7ed37
5 changed files with 241 additions and 0 deletions

View file

@ -6,6 +6,7 @@ mod panel;
mod panes;
mod project_panel;
mod status_bar;
mod tab;
mod workspace;
pub use assistant_panel::*;
@ -16,4 +17,5 @@ pub use panel::*;
pub use panes::*;
pub use project_panel::*;
pub use status_bar::*;
pub use tab::*;
pub use workspace::*;