nextjs- Link.txt

Making A Link

import Link from 'next/link'

  <Link href="/posts/first-post">
      <a>this is a link</a>
  </Link>
~ fin ~