import AnimationTextHead from '@/app/component/AnimationTextHead' import Comment from '@/app/component/comment' import Underline from '@/components/icons/Underline' import React from 'react' import AddComment from './AddComment' function CommentUser({ data }) { return (
) } export default CommentUser