fix: removed useless imports
continuous-integration/drone/push Build is passing Details

pull/23/head
Rémi REGNAULT 1 year ago
parent 8e27377e08
commit 3a4c0ddd98

@ -6,7 +6,6 @@ import ValidateButton from '../components/ValidateButton';
import ColorContext from '../theme/ColorContext';
import ListWithoutSelect from '../components/ListWithoutSelect';
import ListSelect from '../components/ListSelect';
import AsyncStorage from '@react-native-async-storage/async-storage';
import EventEmitter from './EventEmitter';
import * as ImagePicker from 'expo-image-picker';
import ProfileService from '../Services/Profiles/ProfileService';

@ -40,7 +40,7 @@ export default function Profiles({navigation, props}) {
} catch (error) {
console.error('Erreur lors de la suppression des données :', error);
}
};
};
const handleDeleteProfile = async (index) => {
try {

Loading…
Cancel
Save