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

Dashboard

} }