move piano_h to top of crate

This commit is contained in:
🪞👃🪞 2024-12-28 13:45:22 +01:00
parent 12f6b679c7
commit 51971e4c25
11 changed files with 39 additions and 27 deletions

View file

@ -15,6 +15,8 @@ pub use self::jack::*;
pub mod midi; pub(crate) use self::midi::*;
pub mod piano_h; pub(crate) use self::piano_h::*;
pub mod transport; pub(crate) use self::transport::*;
pub use self::transport::TransportTui;