2025-12-11 04:45:26 +00:00
|
|
|
import DetailCommentText from "@/components/main/comment-detail-text";
|
2025-10-31 16:21:05 +00:00
|
|
|
|
|
|
|
|
export default async function DetailCommentInfo() {
|
2025-12-11 04:45:26 +00:00
|
|
|
return <DetailCommentText />;
|
2025-10-31 16:21:05 +00:00
|
|
|
}
|