/** * Internal dependencies */ import './settings-payments-woocommerce-payments.scss'; export const SettingsPaymentsWooCommercePayments: React.FC = () => { return (

WooCommerce Payments Settings

); }; export default SettingsPaymentsWooCommercePayments;