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
Suppression du compte
gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
)
}
export default ConfigurationDuCompte;