diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable2/BsBill2.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable2/BsBill2.jsx index 3066d9c..49a344f 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable2/BsBill2.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable2/BsBill2.jsx @@ -58,11 +58,7 @@ import { useUtilsComponent } from '../../../../../Services/utils.js'; import CustomerPriceHistory from '../../UtillComponents/CustomerPriceHistory.jsx'; import { calculateOverAllQtyLimit } from '../../../../../utils/calculations.js'; -const MinusOutlined = React.lazy( - () => import('@ant-design/icons/MinusOutlined') -); -const PlusOutlined = React.lazy(() => import('@ant-design/icons/PlusOutlined')); -const EditOutlined = React.lazy(() => import('@ant-design/icons/EditOutlined')); +import { PlusOutlined, EditOutlined, MinusOutlined } from '@ant-design/icons'; // ─── Helpers ────────────────────────────────────────────────────────────────