From 26ce993c8bc4d69d928f45f51251b2cebb8bb7a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Feb 2026 15:52:42 +0530 Subject: [PATCH] Direct sales feature implementation and optimizations-3 --- src/Features/ProductPage/ProductPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Features/ProductPage/ProductPage.js b/src/Features/ProductPage/ProductPage.js index eb13b85..054cfda 100644 --- a/src/Features/ProductPage/ProductPage.js +++ b/src/Features/ProductPage/ProductPage.js @@ -4,7 +4,6 @@ import { axiosCommonInstanceData, axiosRetailOcrData, } from '../AuthenicationToken/AuthenticationToken'; -import { data } from 'jquery'; // export const getUserGuideLines = createAsyncThunk('product/getBranchData', async ({ formType, userId }) => { // if (formType !=null && formType !=undefined && userId !=null && userId !=undefined) {