porta homepage in un componente a parte dividendo il file

aggiunge la striscia del punteggio in basso.
aggiorna il file style.css
This commit is contained in:
Attilio Grilli
2025-03-25 15:14:03 +01:00
parent 6824fb3539
commit 40b5751440
6 changed files with 395 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import HomePage from './components/HomePage.vue'
import HomePage from './components/HomePage/index.vue'
</script>
<template>