'use client' import React from 'react' import { AssignmentOverview, ASSIGNMENT_STATUS_LABELS, ASSIGNMENT_STATUS_COLORS, formatDate } from './types' import { Badge, ComplianceBar, HoursBar, IconTask, IconCalendar } from './ui-primitives' export function MandantCard({ assignment, onClick, }: { assignment: AssignmentOverview onClick: () => void }) { return (
{assignment.tenant_slug}