diff --git a/app/src/components/app.rs b/app/src/components/app.rs index c7e503f..fbb48c1 100644 --- a/app/src/components/app.rs +++ b/app/src/components/app.rs @@ -11,8 +11,8 @@ use crate::{ reset_password_step1::ResetPasswordStep1Form, reset_password_step2::ResetPasswordStep2Form, router::{AppRoute, Link, Redirect}, - user_attributes_table::UserAttributesTable, user_details::UserDetails, + user_schema_table::ListUserSchema, user_table::UserTable, }, infra::{api::HostService, cookies::get_cookie}, @@ -241,14 +241,8 @@ impl App { }, - AppRoute::ListUserAttributes => html! { -