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: {