Fix "export"

This commit is contained in:
2025-07-06 20:49:43 +02:00
parent 3f2d521d07
commit 5a0cfe3477

View File

@@ -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<JobFormProps> = ({ job, onSubmit, onCancel }) => {
};
export default JobForm;