aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/HomeView.vue
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-22 19:07:14 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-22 19:07:14 +0300
commitd963c3f40f075c05d70af32f44ed2bec8e00bc37 (patch)
tree33a362746201ebec46e7c741e40a530d5f32e38b /frontend/src/views/HomeView.vue
downloadlphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.gz
lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.bz2
lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.zip
init
Diffstat (limited to 'frontend/src/views/HomeView.vue')
-rw-r--r--frontend/src/views/HomeView.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue
new file mode 100644
index 0000000..d5c0217
--- /dev/null
+++ b/frontend/src/views/HomeView.vue
@@ -0,0 +1,9 @@
1<script setup lang="ts">
2import TheWelcome from '../components/TheWelcome.vue'
3</script>
4
5<template>
6 <main>
7 <TheWelcome />
8 </main>
9</template>