mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
import { useBlockProps } from '@wordpress/block-editor';
|
|
|
|
export default function save() {
|
|
return <div { ...useBlockProps.save() } />;
|
|
}
|