diff --git a/src/components/JobForm.tsx b/src/components/JobForm.tsx index 2982f7c..093cb8d 100644 --- a/src/components/JobForm.tsx +++ b/src/components/JobForm.tsx @@ -8,7 +8,7 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@ import { IndJobStatusOptions, IndJobRecordNoId } from '@/lib/pbtypes'; import { IndJob } from '@/lib/types'; import { parseISKAmount } from '@/utils/priceUtils'; -import { Import, Export } from 'lucide-react'; +import { Import, Upload } from 'lucide-react'; import { useToast } from '@/components/ui/use-toast'; interface JobFormProps { @@ -316,4 +316,3 @@ const JobForm: React.FC = ({ job, onSubmit, onCancel }) => { }; export default JobForm; -