use leptos::{component, view, IntoView}; use leptos_router::*; #[component] pub fn Nav() -> impl IntoView { view! {
} }