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

6 lines
161 B
TypeScript
Raw Normal View History

2025-10-31 16:21:05 +00:00
import DetailCommentVideo from "@/components/main/comment-detail-video";
export default async function DetailCommentInfo() {
return <DetailCommentVideo />;
}