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