fix deploy

This commit is contained in:
hamid zarghami
2025-02-26 15:01:44 +03:30
parent 7a4e8ecaa5
commit 550d825e3a
2 changed files with 1 additions and 18 deletions
-1
View File
@@ -1,7 +1,6 @@
import { FC } from 'react'
import { useParams } from 'react-router-dom'
import { useGetDetailService } from './hooks/useServiceData'
import ServiceHeader from './components/ServiceHeader'
import HeaderBuy from './components/HeaderBuy'
import PageLoading from '../../components/PageLoading'