kontenhumas-fe/app/[locale]/(public)/content/text/comment/[id]/page.tsx

6 lines
158 B
TypeScript
Raw Normal View History

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
}