Extract project_panel into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:19:57 +02:00
parent 499616d769
commit d04a11405c
6 changed files with 39 additions and 17 deletions

View file

@ -4,7 +4,6 @@ pub mod file_finder;
pub mod language;
pub mod menus;
pub mod people_panel;
pub mod project_panel;
#[cfg(any(test, feature = "test-support"))]
pub mod test;
pub mod theme_selector;