next.js/test/integration/dedupes-scripts/components/hello.js
hello.js4 lines85 B
import Link from 'next/link'

export default () => <Link href="/">Hello world</Link>
Quest for Codev2.0.0
/
SIGN IN