import Link from 'next/link' export default () => ( <> <Link href="/" id="to-index"> Index </Link> </> )