moved key sequences also

This commit is contained in:
filipriec
2025-03-22 23:03:13 +01:00
parent 8ad5fedcea
commit 8da29376ab
6 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
// src/config/binds.rs
pub mod config;
pub mod key_sequences;
pub use config::*;
pub use key_sequences::*;