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