File size: 203 Bytes
1e92f2d
 
 
 
 
 
1
2
3
4
5
6
7
import { html } from '../indices-to-html';
import { p } from './functions';

const PromptBlock = ( { block } ) => <div className="wpnc__prompt">{ p( html( block ) ) }</div>;

export default PromptBlock;