use crate::components::counter_btn::Button; use leptos::*; /// Default Home Page #[component] pub fn Home() -> impl IntoView { view! { "Uh oh! Something went wrong!"

"Errors: "

// Render a list of errors as strings - good for development purposes } }>

"Cards For Humanity"


} }