initial commit

This commit is contained in:
2025-02-02 01:57:12 -07:00
commit 743ff93227
38 changed files with 4874 additions and 0 deletions

View File

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