diff --git a/src/features/Posts/pages/CreatePostPage/CreatePostPage.tsx b/src/features/Posts/pages/CreatePostPage/CreatePostPage.tsx
index 840fb70..6dc6379 100644
--- a/src/features/Posts/pages/CreatePostPage/CreatePostPage.tsx
+++ b/src/features/Posts/pages/CreatePostPage/CreatePostPage.tsx
@@ -2,8 +2,8 @@ import { useState } from "react";
import { Helmet } from "react-helmet";
import { FiArrowLeft } from "react-icons/fi";
import { useNavigate, useParams } from "react-router-dom";
-import BountyForm from "./Components/BountyForm/BountyForm";
-import QuestionForm from "./Components/QuestionForm/QuestionForm";
+// import BountyForm from "./Components/BountyForm/BountyForm";
+// import QuestionForm from "./Components/QuestionForm/QuestionForm";
import CreateStoryPage from "./CreateStoryPage/CreateStoryPage";
interface Props {
@@ -45,7 +45,7 @@ export default function CreatePostPage(props: Props) {
*/}