freeleaps-authentication/web/src/views/HomeView.vue

10 lines
151 B
Vue
Raw Normal View History

2025-10-29 07:07:47 +00:00
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>