import React from 'react'; import { Link } from 'react-router-dom'; const CommentIndexItem = ({ comment, author }) => (