/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
  export interface GlobalComponents {
    HomePage: typeof import('./src/routes/home-page.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    Test1Page: typeof import('./src/routes/test1-page.vue')['default']
    Test2Page: typeof import('./src/routes/test2-page.vue')['default']
    Test3Page: typeof import('./src/routes/test3-page.vue')['default']
    TestComponent1: typeof import('./src/components/TestComponent1.vue')['default']
  }
}
