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
@@ -11,7 +11,6 @@ import * as Yup from 'yup'
import { toast } from '../../shared/toast'
// import type { ErrorType } from '../../helpers/types'
// import { useCreateCriticisms } from './hooks/useCriticismsData'
import { Helmet } from 'react-helmet-async'
import { t } from '../../locale'
const AddCriticisms: FC = () => {
@@ -72,11 +71,6 @@ const AddCriticisms: FC = () => {
return (
<div className='mt-4 text-sm'>
<Helmet>
<title>
داناک | انتقادات
</title>
</Helmet>
<div>
{t('criticisms.criticisms')}
</div>