mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Port most screens to the new navigator
This commit is contained in:
parent
7eff62b5a4
commit
18e33c3d0d
23 changed files with 499 additions and 1063 deletions
|
|
@ -7,10 +7,12 @@ pub use instrument::*;
|
|||
pub mod person;
|
||||
pub use person::*;
|
||||
|
||||
pub mod recording;
|
||||
pub use recording::*;
|
||||
// TODO: Readd a better version of these.
|
||||
//
|
||||
// pub mod recording;
|
||||
// pub use recording::*;
|
||||
//
|
||||
// pub mod work;
|
||||
// pub use work::*;
|
||||
|
||||
pub mod work;
|
||||
pub use work::*;
|
||||
|
||||
mod selector;
|
||||
mod selector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue