web: delete initial front page

This commit is contained in:
Mika Bomm 2024-07-05 12:34:49 +02:00
parent 49af9263e3
commit 2757bd090c
4 changed files with 17 additions and 158 deletions

View file

@ -1,11 +1,13 @@
<template>
<v-app>
<v-main>
<HelloWorld />
<StartPage />
</v-main>
</v-app>
</template>
<script setup lang="ts">
import StartPage from './components/StartPage.vue';
//
</script>