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

@@ -4,6 +4,7 @@ pub mod tui;
pub mod config;
pub mod state;
pub mod components1;
pub mod modes;
pub use ui::run_ui;