#6
All checks were successful
Deploy / deploy (push) Successful in 1m6s

This commit is contained in:
Никита Круглицкий
2025-10-04 02:53:42 +06:00
parent c365f3e885
commit e6a274cc9d
8 changed files with 746 additions and 27 deletions

17
client/app/components.d.ts vendored Normal file
View File

@@ -0,0 +1,17 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
PrimeButton: typeof import('primevue/button')['default']
PrimeChip: typeof import('primevue/chip')['default']
PrimeProgressSpinner: typeof import('primevue/progressspinner')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}