mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-31 02:32:53 +08:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
const TabSettings = () => {
|
|
return <div>Settings tab</div>;
|
|
};
|
|
|
|
export default TabSettings;
|