fix: emptyed the app.vue and did some code reorganisation

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-02-17 23:48:28 +01:00
parent 9ae18e1e4b
commit aa5988ce75
5 changed files with 155 additions and 72 deletions

View File

@@ -110,6 +110,16 @@ const goToLink = () => {
}
button {
padding: 10px 15px;
background-color: #007bff;
color: white;
border: none;
cursor: pointer;
border-radius: 5px;
}
button:hover {
background-color: #0056b3;
}
</style>