import React from 'react'; import { Employee, District } from '../../types'; import { User, Phone, MessageCircle, MapPin } from 'lucide-react'; import { MOCK_EMPLOYEES } from '../../constants'; export const StaffRegistry: React.FC<{ districts: District[] }> = ({ districts }) => { return (
{emp.name}