Convert dialogs to navigator screens

This commit is contained in:
Elias Projahn 2020-12-02 15:41:19 +01:00
parent 6a40921ac4
commit 0e7a2f1f3d
56 changed files with 2650 additions and 2888 deletions

View file

@ -0,0 +1,16 @@
pub mod ensemble;
pub use ensemble::*;
pub mod instrument;
pub use instrument::*;
pub mod person;
pub use person::*;
pub mod recording;
pub use recording::*;
pub mod work;
pub use work::*;
mod selector;