gym/src/views/Home.vue

10 lines
91 B
Vue

<script setup>
</script>
<template>
<main>
<h1>HomeView</h1>
</main>
</template>