|
|
@ -1,3 +1,4 @@
|
|
|
|
|
|
|
|
import { click } from '@testing-library/user-event/dist/click';
|
|
|
|
import React from 'react';
|
|
|
|
import React from 'react';
|
|
|
|
import NavigationDashboard from '../components/NavigationDashboard';
|
|
|
|
import NavigationDashboard from '../components/NavigationDashboard';
|
|
|
|
|
|
|
|
|
|
|
@ -76,7 +77,6 @@ const Compte = () => {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="Compte.js" defer></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -105,10 +105,4 @@ function preview(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function changeTexte(){
|
|
|
|
|
|
|
|
var para = document.querySelector("#texte");
|
|
|
|
|
|
|
|
console.log(para.innerHTML);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default Compte;
|
|
|
|
export default Compte;
|