2024-07-05 11:49:29 +02:00
|
|
|
/* eslint-disable */
|
|
|
|
/* prettier-ignore */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
2024-07-05 12:34:49 +02:00
|
|
|
StartPage: typeof import('./src/components/StartPage.vue')['default']
|
2024-07-05 11:49:29 +02:00
|
|
|
}
|
|
|
|
}
|