import React from 'react'; import { MOCK_CANDIDATES } from '../../constants'; import { Search, UserPlus, Phone, FileText, ChevronRight, MoreHorizontal } from 'lucide-react'; const STAGES = [ { id: 'new', label: 'Новые', color: 'bg-slate-100 text-slate-500', border: 'border-slate-200' }, { id: 'interview', label: 'Собеседование', color: 'bg-primary-50 text-primary-600', border: 'border-primary-200' }, { id: 'offer', label: 'Оффер', color: 'bg-emerald-50 text-emerald-600', border: 'border-emerald-200' }, ]; export const HiringPipeline: React.FC = () => { return (
{count}
{stage.label}
{cand.position} • Тел: {cand.phone}