use leptos::{IntoView, component, view}; use crate::components::{container::Container, icon_p::IconP}; #[component] pub fn UnitOverview() -> impl IntoView { view! { }, "units"), (view! { }, "create-unit"), (view! { }, "create-unit-property"), ] > { "You have units" } } }