Initial commit

This commit is contained in:
2024-10-18 15:28:33 +02:00
parent b87d3dfd0b
commit fbe4a1265b
24 changed files with 5071 additions and 0 deletions

18
components.d.ts vendored Normal file
View File

@@ -0,0 +1,18 @@
/* 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 {
Button: typeof import('primevue/button')['default']
DataView: typeof import('primevue/dataview')['default']
FullscreenCamera: typeof import('./src/components/FullscreenCamera.vue')['default']
InputText: typeof import('primevue/inputtext')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Tag: typeof import('primevue/tag')['default']
}
}