chore(types): regenerate components.d.ts to sync with PR-B2a additions

This commit is contained in:
2026-05-06 01:09:04 +02:00
parent eb485573ce
commit 289e735fd6

View File

@@ -36,6 +36,7 @@ declare module 'vue' {
ClaimenTab: typeof import('./src/components/portal/event/ClaimenTab.vue')['default']
CompanyDialog: typeof import('./src/components/organisation/CompanyDialog.vue')['default']
ConfirmDialog: typeof import('./src/components/dialogs/ConfirmDialog.vue')['default']
ContextSwitcher: typeof import('./src/components/shared/ContextSwitcher.vue')['default']
CreateAppDialog: typeof import('./src/components/dialogs/CreateAppDialog.vue')['default']
CreateEventDialog: typeof import('./src/components/events/CreateEventDialog.vue')['default']
CreatePersonDialog: typeof import('./src/components/persons/CreatePersonDialog.vue')['default']