admin page is now featured

This commit is contained in:
Priec
2025-08-27 16:32:20 +02:00
parent cfe4903c79
commit a794f22366
9 changed files with 6 additions and 686 deletions

View File

@@ -90,7 +90,7 @@ pub fn render_ui(
state,
app_state,
),
Page::Admin(state) => crate::components::admin::admin_panel::render_admin_panel(
Page::Admin(state) => crate::pages::admin::main::ui::render_admin_panel(
f,
app_state,
&mut AuthState::default(),