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) {