improve
Deploy app frontend / app frontend (push) Successful in 1m36s

This commit is contained in:
2024-12-06 14:42:03 +02:00
parent 9c69812258
commit 2a1ab52235
9 changed files with 202 additions and 128 deletions
+3
View File
@@ -28,6 +28,9 @@ declare module 'vue' {
ExamplesSection: typeof import('./src/components/TheWelcome/ExamplesSection.vue')['default']
InputText: typeof import('primevue/inputtext')['default']
LinkCopyButton: typeof import('./src/components/link/LinkCopyButton.vue')['default']
LinkMono: typeof import('./src/components/link/LinkMono.vue')['default']
LinkQrCode: typeof import('./src/components/link/LinkQrCode.vue')['default']
LinkQRCode: typeof import('./src/components/link/LinkQRCode.vue')['default']
LinkShareButton: typeof import('./src/components/link/LinkShareButton.vue')['default']
LinkShareTelegramButton: typeof import('./src/components/link/LinkShareTelegramButton.vue')['default']
ManagePlacementInstructions: typeof import('./src/components/manage/ManagePlacementInstructions.vue')['default']