woocommerce-paypal-payments/modules/ppcp-settings/resources/js/Components/Screens/Dashboard/TabStyling.js

6 lines
90 B
JavaScript
Raw Normal View History

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