editor: move to device crate

This commit is contained in:
🪞👃🪞 2025-05-10 21:21:12 +03:00
parent 7f255eaea8
commit 4127c141cc
12 changed files with 534 additions and 510 deletions

View file

@ -1,7 +1,6 @@
use crate::*;
mod dialog; pub use self::dialog::*;
mod editor; pub use self::editor::*;
mod pool; pub use self::pool::*;
mod selection; pub use self::selection::*;
mod track; pub use self::track::*;