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

Hi

} }