import React from 'react'; import { NavLink } from "react-router-dom"; const ConfigurationDuCompte =()=>{ const [email, setEmail] = useState(''); const [password, setPassword] = useState(''); const [controlPassword, setControlPassword] = useState(''); return(

Modifucation information du compte

email mot de passe comfirmation mot de passe
setEmail(e.target.value)} value={email}/>
setPassword(e.target.value)} value={password}/>
setControlPassword(e.target.value)} value={controlPassword}/>

Suppression du compte

gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
) } export default ConfigurationDuCompte;