kontenhumas-fe/app/content/video/comment/[id]/page.tsx

6 lines
161 B
TypeScript
Raw Normal View History

2025-09-16 08:29:07 +00:00
import DetailCommentVideo from "@/components/main/comment-detail-video";
export default async function DetailCommentInfo() {
return <DetailCommentVideo />;
}