use crate::components::auth::*; use crate::components::theme_button::*; use leptos::prelude::*; use thaw::*; #[component] pub fn Header() -> impl IntoView { let selected_value = expect_context::>(); view! {

"Cards For Humanity"

} }