isl-vue3/src/views/HomeView.vue

11 lines
149 B
Vue
Raw Normal View History

2024-01-16 17:06:01 -05:00
<script setup lang="ts">
</script>
<template>
<main>
<v-sheet>
Click one of the links to the left.
</v-sheet>
2024-01-16 17:06:01 -05:00
</main>
</template>