rsnext/test/integration/dedupes-scripts/components/hello.js

7 lines
106 B
JavaScript

import Link from 'next/link'
export default () => (
<Link href='/'>
<a>Hello world</a>
</Link>
)