export default () => ( <div id="page-with-h1"> <h1>My heading</h1> <div>Extraneous stuff</div> </div> )