import clsx from 'clsx'; import { html } from '../indices-to-html'; import { p } from './functions'; export const CommentBlock = ( { block, meta } ) => (
{ p( html( block ) ) }
); export default CommentBlock;