Add TabBar
component
This commit is contained in:
parent
7c8d662315
commit
00e8531898
5 changed files with 146 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue