diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 6f43e936..e3fd7378 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -155,12 +155,18 @@ declare module 'vue' { LoadingIndicator: typeof import('./src/components/Icons/LoadingIndicator.vue')['default'] <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= LucideInfo: typeof import('~icons/lucide/info')['default'] >>>>>>> fad7c598 (refactor: profile page) LucidePlus: typeof import('~icons/lucide/plus')['default'] ======= >>>>>>> dd122930 (fix: updated components.d.ts) +======= + LucideInfo: typeof import('~icons/lucide/info')['default'] + LucidePlus: typeof import('~icons/lucide/plus')['default'] + LucideSearch: typeof import('~icons/lucide/search')['default'] +>>>>>>> 56425254 (fix: updated components.d.ts) MarkAsDoneIcon: typeof import('./src/components/Icons/MarkAsDoneIcon.vue')['default'] MaximizeIcon: typeof import('./src/components/Icons/MaximizeIcon.vue')['default'] MenuIcon: typeof import('./src/components/Icons/MenuIcon.vue')['default']