source: ReserveNGo-frontend/src/views/HomeView.vue

Last change on this file was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago

Added Initial frontend

  • Property mode set to 100644
File size: 141 bytes
Line 
1<script setup>
2import TheWelcome from '../components/TheWelcome.vue'
3</script>
4
5<template>
6 <main>
7 <TheWelcome />
8 </main>
9</template>
Note: See TracBrowser for help on using the repository browser.