import { InnerBlocks } from '@wordpress/block-editor'; export const save = ( props ) => { return ( <> <InnerBlocks.Content /> </> ); };