react-code-dataset
/
next.js
/test
/e2e
/app-dir
/actions
/app
/interception-routes
/(with-modal)
/page.js
| import Link from 'next/link' | |
| export default function InterceptedPage() { | |
| return <Link href="/interception-routes/test">Open modal</Link> | |
| } | |