From ba2935c48dfcc93fbf1c941617ea8fdbae79dc3a Mon Sep 17 00:00:00 2001 From: Theo DUPIN Date: Tue, 15 Nov 2022 10:23:31 +0100 Subject: [PATCH] changement compte --- src/pages/Compte.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/Compte.js b/src/pages/Compte.js index 9549b56..9fc235d 100644 --- a/src/pages/Compte.js +++ b/src/pages/Compte.js @@ -1,3 +1,4 @@ +import { click } from '@testing-library/user-event/dist/click'; import React from 'react'; import NavigationDashboard from '../components/NavigationDashboard'; @@ -76,7 +77,6 @@ const Compte = () => { - ); }; @@ -105,10 +105,4 @@ function preview(){ } } -function changeTexte(){ - var para = document.querySelector("#texte"); - console.log(para.innerHTML); -} - - export default Compte; \ No newline at end of file