diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index e0e068f1..7154d2a9 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -2,6 +2,7 @@ import { Icon } from '@iconify/vue/dist/iconify.js'; import { formatNumberDecimal } from 'src/stores/utils'; import KebabAction from '../shared/KebabAction.vue'; +import MainButton from '../button/MainButton.vue'; defineProps<{ type?: @@ -107,27 +108,25 @@ defineEmits<{
{{ reporter || '-' }}
-