use leptos::*; use super::super::components::{TopComponent}; #[component] pub fn Home() -> impl IntoView { view! {
} }