mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
import Settings from './Components/Screens/Settings';
|
|
export function App() {
|
|
return (
|
|
<div>
|
|
<Settings />
|
|
</div>
|
|
);
|
|
}
|