use leptos::{component, view, IntoView}; #[component] #[must_use] pub fn Summary(summary: &'static str) -> impl IntoView { view! {