Add tracks editor

This commit is contained in:
Elias Projahn 2020-10-31 23:07:25 +01:00
parent 6ddee1d187
commit b8911eafaa
11 changed files with 754 additions and 2 deletions

View file

@ -31,6 +31,12 @@ pub use recording_selector::*;
pub mod section_editor;
pub use section_editor::*;
pub mod track_editor;
pub use track_editor::*;
pub mod tracks_editor;
pub use tracks_editor::*;
pub mod work_editor;
pub use work_editor::*;