chats
Deploy app frontend / app frontend (push) Has been cancelled
Deploy db-migrations / db-migrations (push) Successful in 38s

This commit is contained in:
2024-12-06 23:50:51 +02:00
parent cf87c0daa7
commit 51a7f8f354
7 changed files with 124 additions and 16 deletions
+1
View File
@@ -9,6 +9,7 @@ declare module 'vue' {
export interface GlobalComponents {
Button: typeof import('primevue/button')['default']
Card: typeof import('primevue/card')['default']
ChatCard: typeof import('./src/components/ChatCard.vue')['default']
ChatComponent: typeof import('./src/components/ChatComponent.vue')['default']
ChatSubscribeWebPush: typeof import('./src/components/ChatSubscribeWebPush.vue')['default']
Checkbox: typeof import('primevue/checkbox')['default']