Remove unused imports and components.

This commit is contained in:
2026-09-04 11:00:50 +02:00
parent d432b244f3
commit e63b80a92a
6 changed files with 6 additions and 30 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export default function SupplierFilter({ selectedSupplierId, onSupplierSelect, t
)}
</View>
{/* Nested Place Picker Modal */}
{/* Nested Supplier Picker Modal */}
<Modal visible={showPicker} transparent={true} animationType="fade" onRequestClose={() => setShowPicker(false)}>
<TouchableOpacity
activeOpacity={1}