admin page is now featured
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user