-
+
)
}
diff --git a/src/components/PostView.tsx b/src/components/PostView.tsx
index 0755cad..9da30e5 100644
--- a/src/components/PostView.tsx
+++ b/src/components/PostView.tsx
@@ -2,7 +2,7 @@
import { FC } from "react"
import { ExtendedPost, ExtendedComment } from "@/types/db"
import { useSession } from "next-auth/react"
-import MiniCreateComment from "@/components/MiniCreateComment"
+import CreateComment from "@/components/CreateComment"
import CommentFeed from "@/components/CommentFeed"
import Post from "@/components/Post"
@@ -29,7 +29,7 @@ export const PostView: FC
= ({ post, comments }) => {
/>