change name hook

This commit is contained in:
hamid zarghami
2025-12-07 16:43:23 +03:30
parent 10e5143d78
commit 0bc80a59ec
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Table from '@/components/Table'
import { Location } from 'iconsax-react'
import { type FC, useMemo } from 'react'
import type { ColumnType, RowDataType } from '@/components/types/TableTypes'
import { useGetOrderById } from './hooks/useGetOrders'
import { useGetOrderById } from './hooks/useOrderData'
import { useParams } from 'react-router-dom'
import { useTranslation } from 'react-i18next'
import { formatPrice, formatOptionalDate, formatFaNumber } from '@/helpers/func'