Clean up and service items

This commit is contained in:
2025-11-15 17:56:02 +02:00
parent 4f7f4594e3
commit fc14537511
18 changed files with 176 additions and 201 deletions

View File

@@ -1,9 +1,9 @@
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
import Home from '../components/Home.vue'
</script>
<template>
<main>
<TheWelcome />
<Home />
</main>
</template>