web: delete initial front page
This commit is contained in:
parent
49af9263e3
commit
2757bd090c
4 changed files with 17 additions and 158 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue