From f3b8d8720420e24b9049175ff50d4107131b8a00 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 17 Jun 2025 23:33:17 +0530 Subject: [PATCH] fix: updated components.d.ts (cherry picked from commit 56425254a9139f3c582dcb90c4fa72ad922da3b8) # Conflicts: # frontend/components.d.ts --- frontend/components.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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']