Add ProjectPanel component

This commit is contained in:
Marshall Bowers 2023-10-06 17:58:23 -04:00
parent 208d5df106
commit 56c2ac048d
10 changed files with 379 additions and 1 deletions

View file

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