UI code reworked

This commit is contained in:
Ultradesu
2025-07-22 18:06:48 +03:00
parent c69803ca3d
commit c342134f03
15 changed files with 2572 additions and 2457 deletions

5
src/gui/admin/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod state;
mod ui;
pub use state::*;
pub use ui::*;