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

@ -3,9 +3,11 @@ mod buffer;
mod icon_button;
mod list;
mod panel;
mod project_panel;
pub use assistant_panel::*;
pub use buffer::*;
pub use icon_button::*;
pub use list::*;
pub use panel::*;
pub use project_panel::*;