fix warnings

This commit is contained in:
🪞👃🪞 2025-05-10 21:44:36 +03:00
parent 2ef9628ab8
commit e5752ea4b0
13 changed files with 16 additions and 22 deletions

View file

@ -1,7 +1,5 @@
use crate::*;
mod editor_api; pub use self::editor_api::*;
mod editor_model; pub use self::editor_model::*;
mod editor_view; pub use self::editor_view::*;
mod editor_view; //pub use self::editor_view::*;
mod editor_view_h; pub use self::editor_view_h::*;
mod editor_view_v; pub use self::editor_view_v::*;