From 289e735fd623dd0654402b2d1e5debd6b7f3e4d9 Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Wed, 6 May 2026 01:09:04 +0200 Subject: [PATCH] chore(types): regenerate components.d.ts to sync with PR-B2a additions --- apps/app/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app/components.d.ts b/apps/app/components.d.ts index d9e515be..1b865bc5 100644 --- a/apps/app/components.d.ts +++ b/apps/app/components.d.ts @@ -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']