zmc
2023-10-12 f3acb8ce787f3df0eda633031473be4e6a9ff448
1
2
3
4
5
6
7
8
9
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
 
<template>
  <main>
    <TheWelcome />
  </main>
</template>