fix: prettier
All checks were successful
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 46s
CI / build (push) Successful in 12s
Format / formatting (pull_request) Successful in 6s

This commit is contained in:
ALAMI Adnane 2025-04-29 21:35:00 +02:00
parent 4f90da69f3
commit 8ec569e6ff
3 changed files with 1 additions and 7 deletions

View File

@ -231,7 +231,6 @@ onBeforeUnmount(() => {
line-height: 1.6;
}
.header {
display: flex;
justify-content: space-between;
@ -304,5 +303,4 @@ onBeforeUnmount(() => {
.contact-dropdown.dropdown-visible {
display: block;
}
</style>

View File

@ -602,8 +602,6 @@ onMounted(() => {
color: #444;
background-color: #f9f9f9;
padding: 7px;
border-left: 4px solid #0d6efd;
border-right: 4px solid #0d6efd;
border-radius: 6px;
margin-bottom: 20px;
margin-top: 20px;

View File

@ -83,8 +83,6 @@ const validerCreation = () => {
}
);
};
</script>
<style scoped>