simplify focus

This commit is contained in:
🪞👃🪞 2024-12-10 21:26:33 +01:00
parent 1ceb2dd2da
commit 2f623783ec
5 changed files with 26 additions and 17 deletions

View file

@ -22,6 +22,7 @@ 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 phrase_select; pub(crate) use phrase_select::*;
mod port_select; pub(crate) use port_select::*;
////////////////////////////////////////////////////////