File size: 116 Bytes
1e92f2d
 
 
 
 
 
1
2
3
4
5
6
7
export default () => (
  <div id="page-with-h1">
    <h1>My heading</h1>
    <div>Extraneous stuff</div>
  </div>
)