import React from 'react' import Link from 'next/link' export default () => ( <div> Hello World. <Link href="/about">About</Link> </div> )