Tweet comments
Compare changes
- DESKTOP-9FO96TP\hehexd authored
@@ -4,11 +4,8 @@ import PostCommentForm from "@/components/post-comment";
@@ -17,7 +14,7 @@ type messageItemProps = {
@@ -68,14 +65,14 @@ export default async function PostDetail({ params }: { params: { postid: string
@@ -89,7 +86,7 @@ const CommentItem = ({ msg }: messageItemProps) => {