import { useBlockProps, InnerBlocks } from "@wordpress/block-editor"; export default function save({ attributes }) { const { columns, cardsWithBorder, align } = attributes; return (
); }