VIST-UI / frontend /src /views /HomeView.vue
Blane187's picture
Upload folder using huggingface_hub
2b7fd6e verified
raw
history blame contribute delete
179 Bytes
<script setup lang="ts">
// import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<!-- <TheWelcome />-->
Hi from Lilyn
</main>
</template>