react-code-dataset / next.js /test /development /pages-dir /client-navigation /fixture /pages /link.js
| import React from 'react' | |
| import Link from 'next/link' | |
| export default () => ( | |
| <div> | |
| Hello World. <Link href="/about">About</Link> | |
| </div> | |
| ) | |
| import React from 'react' | |
| import Link from 'next/link' | |
| export default () => ( | |
| <div> | |
| Hello World. <Link href="/about">About</Link> | |
| </div> | |
| ) | |