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

@ -2,4 +2,5 @@ pub mod assistant_panel;
pub mod buffer;
pub mod panel;
pub mod project_panel;
pub mod tab;
pub mod workspace;