use leptos::prelude::*; #[component] pub fn NotFound() -> impl IntoView { view! {
"The page you are looking for does not exist or has been moved."