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