refresh token

This commit is contained in:
hamid zarghami
2026-01-27 12:50:43 +03:30
parent 94d10d56a9
commit a58f1da31c
6 changed files with 18 additions and 2 deletions
+3
View File
@@ -5,10 +5,13 @@ import Filters from '@/components/Filters'
import Button from '@/components/Button'
import { AddSquare } from 'iconsax-react'
import Table from '@/components/Table'
import { useGetMyOrders } from './hooks/useOrderData'
const MyOrders: FC = () => {
const [activeTab, setActiveTab] = useState<TabMyOrdersEnum>(TabMyOrdersEnum.ALL)
const { data } = useGetMyOrders()
return (
<div className='mt-5'>
<h1>