diff --git a/src/pages/product/Create.tsx b/src/pages/product/Create.tsx
index 693159d..9d887d8 100644
--- a/src/pages/product/Create.tsx
+++ b/src/pages/product/Create.tsx
@@ -179,56 +179,6 @@ const CreateProduct: FC = () => {
-
- {/*
-
- ویژگی های محصول
-
-
-
-
*/}
);
};
diff --git a/src/pages/product/Update.tsx b/src/pages/product/Update.tsx
index 73ab5bb..6bcf948 100644
--- a/src/pages/product/Update.tsx
+++ b/src/pages/product/Update.tsx
@@ -204,56 +204,6 @@ const UpdateProduct: FC = () => {
-
- {/*
-
- ویژگی های محصول
-
-
-
-
*/}
);
};