react-code-dataset / next.js /test /integration /client-navigation-a11y /pages /page-without-h1-or-title.js
| export default () => ( | |
| <div id="page-without-h1-or-title"> | |
| <div>My heading</div> | |
| <div>Extraneous stuff</div> | |
| </div> | |
| ) | |
| export default () => ( | |
| <div id="page-without-h1-or-title"> | |
| <div>My heading</div> | |
| <div>Extraneous stuff</div> | |
| </div> | |
| ) | |