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