diff --git a/src/Pages/BookingScreen/Forms/QuickAdd/DirectSale.jsx b/src/Pages/BookingScreen/Forms/DirectSale/DirectSale.jsx similarity index 99% rename from src/Pages/BookingScreen/Forms/QuickAdd/DirectSale.jsx rename to src/Pages/BookingScreen/Forms/DirectSale/DirectSale.jsx index 782e2e6..98150fc 100644 --- a/src/Pages/BookingScreen/Forms/QuickAdd/DirectSale.jsx +++ b/src/Pages/BookingScreen/Forms/DirectSale/DirectSale.jsx @@ -1,10 +1,10 @@ import { useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { Table, Input, Select, Button } from 'antd'; import { PlusOutlined, DeleteOutlined, SaveOutlined, PrinterOutlined } from '@ant-design/icons'; -import { Tables } from '../../../../Components/Tables/Table'; +import { Tables } from '../../../../Components/Tables/Table.jsx'; import { useDispatch } from 'react-redux'; import { postProductData, getDirectSaleProducts, getAllProductShortCodes, deleteProductData, getDirectSaleSearchedProduct } from '../../../../Features/ProductPage/ProductPage.js'; -import { getSession, printDiv } from '../../../../Services/Others'; +import { getSession, printDiv } from '../../../../Services/Others.js'; import { Messages } from '../../../../Components/Notifications/Messages.jsx'; import { FaStarOfLife } from "react-icons/fa6"; import { IoMdRefresh } from "react-icons/io"; diff --git a/src/Pages/BookingScreen/Forms/QuickAdd/useBarcodeQRGenerator.js b/src/Pages/BookingScreen/Forms/DirectSale/useBarcodeQRGenerator.js similarity index 100% rename from src/Pages/BookingScreen/Forms/QuickAdd/useBarcodeQRGenerator.js rename to src/Pages/BookingScreen/Forms/DirectSale/useBarcodeQRGenerator.js diff --git a/src/Pages/BookingScreen/Forms/QuickAdd/QuickAdd.jsx b/src/Pages/BookingScreen/Forms/QuickAdd/QuickAdd.jsx index b20947e..0f2676c 100644 --- a/src/Pages/BookingScreen/Forms/QuickAdd/QuickAdd.jsx +++ b/src/Pages/BookingScreen/Forms/QuickAdd/QuickAdd.jsx @@ -1,7 +1,7 @@ import { useState, useEffect, useRef, useCallback } from 'react'; import { useDispatch, useSelector } from 'react-redux'; import { Form, Tooltip, Tabs } from 'antd'; -import DirectSale from './DirectSale.jsx'; +import DirectSale from '../DirectSale/DirectSale.jsx'; import { ArrowRightOutlined, PlusCircleOutlined,