use leptos::prelude::*; use crate::client_icon::ClientIcon; #[component] pub fn Breadcrumb(current: &'static str) -> impl IntoView { view! {