mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
const TabSettings = () => {
|
|
return <div>Settings tab</div>;
|
|
};
|
|
|
|
export default TabSettings;
|