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

"Connecting…"

} }