21 lines
902 B
TypeScript
21 lines
902 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AppBar: typeof import('./components/AppBar.vue')['default']
|
|
AppFooter: typeof import('./components/AppFooter.vue')['default']
|
|
AppHeader: typeof import('./components/AppHeader.vue')['default']
|
|
copy: typeof import('./components/LoginForm copy.vue')['default']
|
|
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
|
|
LoginForm: typeof import('./components/LoginForm.vue')['default']
|
|
NavBar: typeof import('./components/NavBar.vue')['default']
|
|
RegisterForm: typeof import('./components/RegisterForm.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|