CommentListItem.tsx 117 B

12345
  1. const commentListItemWidget = () => {
  2. return <div>change password</div>;
  3. };
  4. export default commentListItemWidget;