seems like proper split between event.rs and read_only.rs

This commit is contained in:
filipriec
2025-02-28 11:00:04 +01:00
parent 3c4957b75b
commit c6039df819
5 changed files with 567 additions and 522 deletions

View File

@@ -2,3 +2,4 @@
pub mod event;
pub mod edit;
pub mod command_mode;
pub mod read_only;