feat: Ajout de la page d'accueil

This commit is contained in:
2022-04-04 16:44:10 +02:00
parent 031410d81d
commit fab13bd9d0
6 changed files with 104 additions and 28 deletions

View File

@ -3,7 +3,5 @@ import ScoresList from "@/components/ScoresList.vue";
</script>
<template>
<main>
<ScoresList />
</main>
<ScoresList />
</template>