From a51c250ccb2bb551f86cfb540400b8152cb05d26 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Wed, 16 Oct 2024 13:19:44 +0700 Subject: [PATCH] chore: clean --- src/pages/05_quotation/QuotationForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index ca6599ed..d34002f7 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -57,7 +57,6 @@ import { } from 'src/pages/03_customer-management/constant'; import { precisionRound } from 'src/utils/arithmetic'; import { useConfigStore } from 'src/stores/config'; -import { getName } from 'src/services/keycloak'; // defineProps<{ // readonly?: boolean;