next.js/test/integration/link-without-router/components/hello.js
hello.js7 lines132 B
import React from 'react'
import Link from 'next/link'

export default function Hello() {
  return <Link href="/">Click me</Link>
}
Quest for Codev2.0.0
/
SIGN IN