diff --git a/web/components.d.ts b/web/components.d.ts index eb860ff..fd226cb 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -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'] } } diff --git a/web/src/App.vue b/web/src/App.vue index 6f5c110..3521a51 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,11 +1,13 @@ - + diff --git a/web/src/components/HelloWorld.vue b/web/src/components/HelloWorld.vue deleted file mode 100644 index 9eb8594..0000000 --- a/web/src/components/HelloWorld.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - Welcome to - - Vuetify - - - - - - - - - - - - - Get started - - - - - Change this page by updating {{ `` }} in components/HelloWorld.vue. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/src/components/StartPage.vue b/web/src/components/StartPage.vue new file mode 100644 index 0000000..3e1aeda --- /dev/null +++ b/web/src/components/StartPage.vue @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file