musicus/src/screens/mod.rs

15 lines
255 B
Rust
Raw Normal View History

2020-10-16 21:24:55 +02:00
pub mod ensemble_screen;
pub use ensemble_screen::*;
pub mod person_screen;
pub use person_screen::*;
2020-11-07 20:07:26 +01:00
pub mod player_screen;
pub use player_screen::*;
2020-10-16 21:24:55 +02:00
pub mod work_screen;
pub use work_screen::*;
pub mod recording_screen;
pub use recording_screen::*;