fix
Deploy app frontend / app frontend (push) Successful in 1m50s

This commit is contained in:
2024-12-07 00:43:13 +02:00
parent 85ac1ce112
commit 14e7dec5b4
7 changed files with 110 additions and 125 deletions
+1
View File
@@ -11,6 +11,7 @@ declare module 'vue' {
Card: typeof import('primevue/card')['default']
ChatCard: typeof import('./src/components/ChatCard.vue')['default']
ChatComponent: typeof import('./src/components/ChatComponent.vue')['default']
ChatForm: typeof import('./src/components/chat/ChatForm.vue')['default']
ChatSubscribeWebPush: typeof import('./src/components/ChatSubscribeWebPush.vue')['default']
Checkbox: typeof import('primevue/checkbox')['default']
CopyLinkButton: typeof import('@/components/link/LinkCopyButton.vue')['default']