6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
|
|
import DetailCommentVideo from "@/components/main/comment-detail-video";
|
||
|
|
|
||
|
|
export default async function DetailCommentInfo() {
|
||
|
|
return <DetailCommentVideo />;
|
||
|
|
}
|