import withMessages from './FetchMessages'; import BlogCommentsForm from "./BlogCommentsForm.jsx"; import { formatDate } from "../util"; import sanitizeHtml from "sanitize-html"; const BlogComments = ({ message, page, totalPages, handleNext, handlePrevious }) => (