use leptos::{IntoView, component, view};
use crate::{
api::product_parents_wrapped,
components::{async_fetch::AsyncFetch, container::Container, icon_p::IconP},
};
#[component]
pub fn ProductParentOverview() -> impl IntoView {
view! {
{format!("You have {} product parents.", product_parents.len())}
} } } } } }