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