move PhrasePlayerModel to api/

This commit is contained in:
🪞👃🪞 2024-12-13 00:06:25 +01:00
parent 391a3dba08
commit e34a895357
10 changed files with 185 additions and 193 deletions

View file

@ -22,7 +22,6 @@ mod piano_horizontal; pub(crate) use piano_horizontal::*;
mod phrase_length; pub(crate) use phrase_length::*;
mod phrase_rename; pub(crate) use phrase_rename::*;
mod phrase_list; pub(crate) use phrase_list::*;
mod phrase_player; pub(crate) use phrase_player::*;
mod port_select; pub(crate) use port_select::*;
////////////////////////////////////////////////////////