diff --git a/frontend/components.d.ts b/frontend/components.d.ts index c9f8494b..5751a5d7 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -131,6 +131,7 @@ declare module 'vue' { ExotelCallUI: typeof import('./src/components/Telephony/ExotelCallUI.vue')['default'] ExportIcon: typeof import('./src/components/Icons/ExportIcon.vue')['default'] ExternalLinkIcon: typeof import('./src/components/Icons/ExternalLinkIcon.vue')['default'] + FacebookIcon: typeof import('./src/components/Icons/FacebookIcon.vue')['default'] FadedScrollableDiv: typeof import('./src/components/FadedScrollableDiv.vue')['default'] Field: typeof import('./src/components/FieldLayout/Field.vue')['default'] FieldLayout: typeof import('./src/components/FieldLayout/FieldLayout.vue')['default'] diff --git a/frontend/src/components/Icons/FacebookIcon.vue b/frontend/src/components/Icons/FacebookIcon.vue new file mode 100644 index 00000000..27b1bca0 --- /dev/null +++ b/frontend/src/components/Icons/FacebookIcon.vue @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/frontend/src/components/Settings/LeadSyncing/LeadSyncSourceForm.vue b/frontend/src/components/Settings/LeadSyncing/LeadSyncSourceForm.vue index 69307c7c..bb0b4d07 100644 --- a/frontend/src/components/Settings/LeadSyncing/LeadSyncSourceForm.vue +++ b/frontend/src/components/Settings/LeadSyncing/LeadSyncSourceForm.vue @@ -29,15 +29,6 @@