solved build error

This commit is contained in:
roberts
2023-04-28 17:40:17 +02:00
parent 8a047ae683
commit d56afadaee
20 changed files with 90 additions and 58 deletions

9
src/views/Home.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup>
</script>
<template>
<main>
<h1 HomeView h1/>
</main>
</template>