diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue
index c1888bda..cfb06837 100644
--- a/src/pages/05_quotation/MainPage.vue
+++ b/src/pages/05_quotation/MainPage.vue
@@ -15,7 +15,6 @@ import { useQuotationForm } from './form';
import { CustomerBranchCreate } from 'stores/customer/types';
// NOTE: Import Components
-import ReceiptDialog from './ReceiptDialog.vue';
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
import PaginationComponent from 'src/components/PaginationComponent.vue';
import StatCardComponent from 'src/components/StatCardComponent.vue';
@@ -983,11 +982,6 @@ async function storeDataLocal(id: string) {
-
-