import React, { useState } from 'react'; const EmployeeFormNew: React.FC = () => { const [currentStep, setCurrentStep] = useState(1); return (