woocommerce-paypal-payments/modules/ppcp-settings/resources/js/Components/Screens/Overview/TabStyling.js
2024-11-19 16:09:40 +01:00

5 lines
90 B
JavaScript

const TabStyling = () => {
return <div>Styling tab</div>;
};
export default TabStyling;