type props = { dateLabel: string; category: string; roles: string[]; client: string; }; function Item({ label, children, }: { label: string; children: React.ReactNode; }) { return (
{label}