This commit is contained in:
DecDuck
2024-10-04 15:35:03 +10:00
parent e52f072091
commit 1bd19ad917
9 changed files with 61 additions and 70 deletions

View File

@ -1,3 +1,9 @@
<template>
</template>
</template>
<script setup lang="ts">
useHead({
title: "Home"
})
</script>