next.js/test/e2e/app-dir/route-page-manifest-bug/app/page.tsx
page.tsx6 lines105 B
'use client'

export default function Home() {
  return <h1 id="page-title">Page that would break</h1>
}
Quest for Codev2.0.0
/
SIGN IN