working project is now redesigned to a proper structure

This commit is contained in:
filipriec
2025-02-18 22:32:57 +01:00
parent 84f5ec5c4c
commit 699455ec91
13 changed files with 43 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
// src/client/ui/handlers.rs
pub mod ui;
pub use ui::run_ui;