mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +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>
|
|
);
|
|
}
|