mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
const Action = ( { children } ) => (
|
|
<div className="ppcp-r-settings-block__action">{ children }</div>
|
|
);
|
|
|
|
export default Action;
|