next.js/test/development/app-dir/segment-explorer/app/soft-navigation/a/page.tsx
page.tsx11 lines188 B
import Link from 'next/link'

export default function SoftNavigationAPage() {
  return (
    <>
      <p>Page A</p>
      <Link href="/soft-navigation/b">Go to Page b</Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN