File "edit.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/blocks/query-no-results/edit.js
File
size: 265 B (265 B bytes)
MIME-type: text/x-java
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
import { useBlockProps, useInnerBlocksProps } from '@wordpress/block-editor';
export function Edit() {
const blockProps = useBlockProps();
const innerBlocksProps = useInnerBlocksProps( blockProps );
return (
<>
<div { ...innerBlocksProps } />
</>
);
}