/** * External dependencies */ import { useBlockProps, InnerBlocks } from '@wordpress/block-editor'; /** * Internal dependencies */ import { generateStyles } from './styles'; export default function Save( { attributes } ) { const { color, storeOnly } = attributes; const blockProps = { ...useBlockProps.save() }; if ( storeOnly ) { return (