changement compte

master
Théo DUPIN 3 years ago
parent fab0b708dd
commit ba2935c48d

@ -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 = () => {
</div>
</div>
</div>
<script src="Compte.js" defer></script>
</body>
);
};
@ -105,10 +105,4 @@ function preview(){
}
}
function changeTexte(){
var para = document.querySelector("#texte");
console.log(para.innerHTML);
}
export default Compte;
Loading…
Cancel
Save