import { render, HeadingGroup, Heading, View, } from '@shopify/post-purchase-ui-extensions-react'; render('Checkout::PostPurchase::Render', () => ); function App() { return ( Hi John Doe! (h1) Your account (h2) Change Password (h3) ); }