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

@@ -1,3 +1,6 @@
// src/client/modes/common.rs
pub mod command_mode;
pub mod highlight;
pub mod commands;
pub use commands::*;