import { render, HeadingGroup, Heading, } from '@shopify/checkout-ui-extensions-react'; render('Checkout::Dynamic::Render', () => ); function Extension() { return ( <> Heading <h1> Heading <h2> Heading <h3> > ); }