use dioxus::prelude::*; /// Contact page #[component] pub fn Contact() -> Element { rsx! { div { "Contact" } } }