Refactor components by removing unused imports and components.

This commit is contained in:
2026-09-04 10:23:27 +02:00
parent a68c8864b0
commit 88cb5d8d74
11 changed files with 12 additions and 137 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import { View, Text } from 'react-native';
import { CheckCircle2, AlertTriangle, Briefcase, Calendar, MapPin } from 'lucide-react-native';
import { CheckCircle2, AlertTriangle, Calendar, MapPin } from 'lucide-react-native';
import { QualityControlItem } from '@/types/types';
interface QualityControlCardProps {