next.js/test/e2e/app-dir/app-css/app/template/servercomponent/other/page.js
page.js12 lines220 B
import Link from 'next/link'
export default function Page() {
  return (
    <>
      <p id="other-page">Other Page</p>
      <Link href="/template/servercomponent" id="link">
        To Page
      </Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN