Add RecentProjects component

This commit is contained in:
Marshall Bowers 2023-10-09 11:47:22 -04:00
parent 100a4731e2
commit d956bd3743
5 changed files with 69 additions and 0 deletions

View file

@ -17,6 +17,7 @@ mod panel;
mod panes;
mod player_stack;
mod project_panel;
mod recent_projects;
mod status_bar;
mod tab;
mod tab_bar;
@ -47,6 +48,7 @@ pub use panel::*;
pub use panes::*;
pub use player_stack::*;
pub use project_panel::*;
pub use recent_projects::*;
pub use status_bar::*;
pub use tab::*;
pub use tab_bar::*;