????
Current Path : /proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/blocks/media-hub/ |
Current File : //proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/blocks/media-hub/save.js |
import { useBlockProps, useInnerBlocksProps } from "@wordpress/block-editor"; export default () => { const blockProps = useBlockProps.save(); const innerBlocksProps = useInnerBlocksProps.save(blockProps); return <div {...innerBlocksProps}></div>; };