Add RecentProjects
component
This commit is contained in:
parent
100a4731e2
commit
d956bd3743
5 changed files with 69 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue