Add new work and recording selectors

This commit is contained in:
Elias Projahn 2021-02-03 15:46:48 +01:00
parent 18e33c3d0d
commit c72bc71432
5 changed files with 311 additions and 156 deletions

View file

@ -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;