working moved event to modes

This commit is contained in:
filipriec
2025-02-26 17:00:14 +01:00
parent 343f5ebd3e
commit 0810fcd92b
11 changed files with 12 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
pub mod ui;
pub mod form;
pub mod event;
pub mod render;
pub use ui::run_ui;