diff --git a/src/pages/criticisms/Add.tsx b/src/pages/criticisms/Add.tsx
deleted file mode 100644
index e176499..0000000
--- a/src/pages/criticisms/Add.tsx
+++ /dev/null
@@ -1,96 +0,0 @@
-import { type FC } from 'react'
-import { useTranslation } from 'react-i18next'
-import Input from '../../components/Input'
-import Textarea from '../../components/Textarea'
-import UploadBox from '../../components/UploadBox'
-import Button from '../../components/Button'
-import { TickSquare } from 'iconsax-react'
-
-const AddCriticisms: FC = () => {
-
- const { t } = useTranslation('global')
-
- return (
-
-
- {t('criticisms.criticisms')}
-
-
-
-
-
- {t('criticisms.submit_your_criticisms')}
-
-
-
- {t('criticisms.description_criticisms')}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {t('ticket.title_hint')}
-
-
-
-
-
-
-
-
- سوالات - مشکلاتی که به یک موضوع مربوط میشوند را در یک درخواست پشتیبانی پیگیر باشید و چند درخواست برای یک موضوع باز نکنید.
-
-
-
-
-
-
-
- لطفاً برای بررسی و رفع مشکلات احتمالی صبور باشید بررسی و رفع مشکلات در برخی موارد زمان گیر است.
-
-
-
-
-
-
-
- پاسخگویی 24 ساعته تلفنی را تنها از میهن وب هاست می توانید انتظار داشته باشید .بخش پشتیبانی در هر ساعتی حتی در روز های تعطیل آماده پیگیری سریع مشکلات کاربران است.
-
-
-
-
-
-
-
- )
-}
-
-export default AddCriticisms
\ No newline at end of file
diff --git a/src/pages/print/types/Types.ts b/src/pages/print/types/Types.ts
index a57a04e..f58ed4a 100644
--- a/src/pages/print/types/Types.ts
+++ b/src/pages/print/types/Types.ts
@@ -8,7 +8,7 @@ export type CreateSectionType = {
export type SectionItemType = {
createdAt: string;
- id: number;
+ id: string;
order: number;
title: string;
fields: EntityType[];