From efd03141f0121eed09958741d95d5b457010e03f Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:42:20 +0530 Subject: [PATCH] chore: resolved conflict --- frontend/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components.d.ts b/frontend/components.d.ts index fea0da0f..526fdd56 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -153,6 +153,7 @@ declare module 'vue' { ListIcon: typeof import('./src/components/Icons/ListIcon.vue')['default'] ListRows: typeof import('./src/components/ListViews/ListRows.vue')['default'] LoadingIndicator: typeof import('./src/components/Icons/LoadingIndicator.vue')['default'] + LucideCalendar: typeof import('~icons/lucide/calendar')['default'] LucideInfo: typeof import('~icons/lucide/info')['default'] LucidePlus: typeof import('~icons/lucide/plus')['default'] LucideSearch: typeof import('~icons/lucide/search')['default']