command mode handler moved

This commit is contained in:
filipriec
2025-04-04 22:34:04 +02:00
parent 94ecbcd639
commit ce85a050d3
6 changed files with 7 additions and 6 deletions

View File

@@ -2,8 +2,6 @@
pub mod form;
pub mod login;
pub mod commands;
pub use form::*;
pub use login::*;
pub use commands::*;