split temp client

This commit is contained in:
filipriec
2025-02-23 09:28:41 +01:00
parent 2c4b69d406
commit f83f401ff1
11 changed files with 49 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
// src/client/ui/mod.rs
pub mod models;
pub mod handlers;
pub mod state;
pub use handlers::*;