From f48b664679bfa1fd8c4be4282127e9f206844ad2 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 17 Jun 2025 23:46:53 +0530 Subject: [PATCH] fix: updated components.d.ts (cherry picked from commit 4c7269e357cc44a7a4f7b15d698bc876c60acef4) # Conflicts: # frontend/components.d.ts --- frontend/components.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/components.d.ts b/frontend/components.d.ts index ba7f78d4..3949f767 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -157,6 +157,7 @@ declare module 'vue' { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= LucideInfo: typeof import('~icons/lucide/info')['default'] >>>>>>> fad7c598 (refactor: profile page) @@ -171,6 +172,11 @@ declare module 'vue' { LucidePlus: typeof import('~icons/lucide/plus')['default'] LucideSearch: typeof import('~icons/lucide/search')['default'] >>>>>>> 56425254 (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'] +>>>>>>> 4c7269e3 (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'] @@ -202,6 +208,7 @@ declare module 'vue' { PlaybackSpeedOption: typeof import('./src/components/Activities/PlaybackSpeedOption.vue')['default'] PlayIcon: typeof import('./src/components/Icons/PlayIcon.vue')['default'] Popover: typeof import('./src/components/frappe-ui/Popover.vue')['default'] + ProfileImageEditor: typeof import('./src/components/Settings/ProfileImageEditor.vue')['default'] ProfileSettings: typeof import('./src/components/Settings/ProfileSettings.vue')['default'] QuickEntryModal: typeof import('./src/components/Modals/QuickEntryModal.vue')['default'] QuickFilterField: typeof import('./src/components/QuickFilterField.vue')['default']