From 7eac4f241b61c416dc361cae4cd90e9a10ac3c6a Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 22 Nov 2024 09:37:23 +0530 Subject: [PATCH] chore: Fix build --- .../components-next/Contacts/ContactLabels/ContactLabels.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue b/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue index 6f1c5f11a..255c1b113 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue @@ -3,8 +3,8 @@ import { computed, watch, onMounted, ref } from 'vue'; import { useRoute } from 'vue-router'; import { useMapGetter, useStore } from 'dashboard/composables/store'; -import LabelItem from 'dashboard/components-next/label/LabelItem.vue'; -import AddLabel from 'dashboard/components-next/label/AddLabel.vue'; +import LabelItem from 'dashboard/components-next/Label/LabelItem.vue'; +import AddLabel from 'dashboard/components-next/Label/AddLabel.vue'; const props = defineProps({ contactId: {