import { AlertTriangle } from 'lucide-react'; import { Badge } from '@@/Badge'; import { Icon } from '@@/Icon'; type Props = { serviceTypeLabel: string; serviceTypeCount: number; serviceTypeHasErrors: boolean; }; export function ServiceTabLabel({ serviceTypeLabel, serviceTypeCount, serviceTypeHasErrors, }: Props) { return (