import {
render,
Pressable,
Popover,
View,
TextBlock,
} from '@shopify/checkout-ui-extensions-react';
render('Checkout::Dynamic::Render', () => );
function Extension() {
return (
A thoughtful way to pay
Tap don’t type
Shop Pay remembers your important details, so you can fill carts,
not forms. And everything is encrypted so you can speed safely
through checkout.
}
>
More info
);
}