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