musicus/src/dialogs/mod.rs
2020-09-28 20:09:49 +02:00

26 lines
469 B
Rust

pub mod ensemble_editor;
pub use ensemble_editor::*;
pub mod instrument_editor;
pub use instrument_editor::*;
pub mod instrument_selector;
pub use instrument_selector::*;
pub mod part_editor;
pub use part_editor::*;
pub mod person_editor;
pub use person_editor::*;
pub mod person_selector;
pub use person_selector::*;
pub mod section_editor;
pub use section_editor::*;
pub mod selector_row;
pub use selector_row::*;
pub mod work_editor;
pub use work_editor::*;