admin panel bombarded like never before

This commit is contained in:
filipriec
2025-04-16 12:47:33 +02:00
parent 26b899df16
commit 055b6a0a43
6 changed files with 264 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
// src/components/admin.rs
pub mod admin_panel;
pub mod admin_panel_admin;
pub use admin_panel::*;
pub use admin_panel_admin::*;