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']