aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/HomeView.vue
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-06 23:55:12 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-06 23:55:12 +0300
commit4820c7696db3c54959258b1a5b00c77e1246cbd7 (patch)
tree179edfca03618395939df1c3afccf2c90c64d424 /frontend/src/views/HomeView.vue
parent(#20) successful integration of demo upload to drive (diff)
downloadlphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.gz
lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.bz2
lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.zip
what the fuck is this mess (#21)
Diffstat (limited to 'frontend/src/views/HomeView.vue')
-rw-r--r--frontend/src/views/HomeView.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue
deleted file mode 100644
index d5c0217..0000000
--- a/frontend/src/views/HomeView.vue
+++ /dev/null
@@ -1,9 +0,0 @@
1<script setup lang="ts">
2import TheWelcome from '../components/TheWelcome.vue'
3</script>
4
5<template>
6 <main>
7 <TheWelcome />
8 </main>
9</template>