From ef19634a13d8be1eda7de5d0ca441d8ffc71f669 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Mon, 17 Jul 2023 12:25:56 +0530 Subject: [PATCH] chore: fix build --- erpnext/public/js/erpnext.bundle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/public/js/erpnext.bundle.js b/erpnext/public/js/erpnext.bundle.js index 4e028e4c31..85a2e242db 100644 --- a/erpnext/public/js/erpnext.bundle.js +++ b/erpnext/public/js/erpnext.bundle.js @@ -10,7 +10,6 @@ import "./controllers/transaction"; import "./templates/item_selector.html"; import "./utils/item_selector"; import "./help_links"; -import "./agriculture/ternary_plot"; import "./templates/item_quick_entry.html"; import "./utils/contact_address_quick_entry"; import "./utils/customer_quick_entry";