next.js/test/e2e/app-dir/app-a11y/app/page-with-h1/page.js
page.js8 lines99 B
export default function Page() {
  return (
    <div>
      <h1>page-with-h1</h1>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN