mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
const TabStyling = () => {
|
|
return <div>Styling tab</div>;
|
|
};
|
|
|
|
export default TabStyling;
|