gerson
2025-02-13 2a4b83c058b9f669e33e96168d7ad25016dafadd
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>