diff --git a/components.d.ts b/components.d.ts index 57ec093..a55febc 100644 --- a/components.d.ts +++ b/components.d.ts @@ -9,12 +9,10 @@ declare module 'vue' { AppLogoText: typeof import('./src/components/icons/AppLogoText.vue')['default'] AppLogoV: typeof import('./src/components/icons/AppLogoV.vue')['default'] BellIcon: typeof import('./src/components/icons/BellIcon.vue')['default'] - CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default'] CarbonEdit: typeof import('~icons/carbon/edit')['default'] CarbonErase: typeof import('~icons/carbon/erase')['default'] CarbonHome: typeof import('~icons/carbon/home')['default'] CarbonLanguage: typeof import('~icons/carbon/language')['default'] - CarbonWarning: typeof import('~icons/carbon/warning')['default'] CheckInput: typeof import('./src/components/forms/CheckInput.vue')['default'] ChevronDoubleRight: typeof import('./src/components/icons/ChevronDoubleRight.vue')['default'] CloseIcon: typeof import('./src/components/icons/CloseIcon.vue')['default']