next.js/test/e2e/app-dir/app-basepath-custom-server/custom-server/app/another/page.js
page.js4 lines81 B
export default function Page() {
  return <div id="another">Another Page</div>
}
Quest for Codev2.0.0
/
SIGN IN