remove helmer

This commit is contained in:
hamid zarghami
2026-02-22 15:53:37 +03:30
parent d5db1638dd
commit 0d25091e71
9 changed files with 5 additions and 137 deletions
-6
View File
@@ -19,7 +19,6 @@ import { staticCategoriesData, staticProfileData, staticServicesData } from './d
// import { Pages } from '../../config/Pages'
// import { useGetMyServices } from '../service/hooks/useServiceData'
// import { MyServicesItem } from '../service/types/ServiecTypes'
// import { Helmet } from 'react-helmet-async'
import { fa } from '@/locale/fa'
import Textarea from '@/components/Textarea'
@@ -98,11 +97,6 @@ const CreateTicket: FC = () => {
return (
<div className='mt-4 pb-12'>
{/* <Helmet>
<title>
داناک | ایجاد تیکت
</title>
</Helmet> */}
<div>
{t('ticket.new_ticket')}
</div>
-6
View File
@@ -19,7 +19,6 @@ import moment from 'moment-jalaali'
import { clx } from '../../helpers/utils'
import { fa } from '@/locale/fa'
// import { Pages } from '../../config/Pages'
// import { Helmet } from 'react-helmet-async'
const TicketDetail: FC = () => {
@@ -89,11 +88,6 @@ const TicketDetail: FC = () => {
return (
<div className='mt-4'>
{/* <Helmet>
<title>
داناک | تیکت
</title>
</Helmet> */}
<div className='flex gap-1'>
<div>{t('ticket.ticket_number')}</div>
</div>