mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const TabPaymentMethods = () => {
|
|
return <div>PaymentMethods tab</div>;
|
|
};
|
|
|
|
export default TabPaymentMethods;
|