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