Add WorkspaceElement component

This commit is contained in:
Marshall Bowers 2023-10-06 18:19:12 -04:00
parent 56c2ac048d
commit 28d504d7d3
6 changed files with 231 additions and 1 deletions

View file

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