FunctionArticleHeader({
title,
author,
date,
user,
readingTime,
category,
tags,
}: ArticleHeaderProps)
app/[pid]/_UI/ArticleHeader.tsx:25
FunctionCommentComponent({
comment,
depth = 0,
post,
reloadComments,
isReply,
mainComment,
}: {
comment: CommentType;
app/[pid]/_UI/CommentCard.tsx:13