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

1
web/components.d.ts vendored
View file

@ -8,5 +8,6 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
StartPage: typeof import('./src/components/StartPage.vue')['default']
}
}