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

@@ -1,4 +1,4 @@
// src/client/components/mod.rs
// src/components/handlers.rs
pub mod form;
pub mod preview_card;
pub mod command_line;

View File

@@ -1,4 +1,4 @@
// src/client/components1/mod.rs
// src/components1/mod.rs
pub mod models;
pub mod handlers;