import { useBlockProps, RichText } from "@wordpress/block-editor"; export default function save({ attributes }) { let { sectionTitle, sectionSubtitle, textAlign } = attributes; return (
); }