use leptos::*; #[component] pub fn LogDisplay(#[prop(into)] log: Signal>) -> impl IntoView { view! {
} }