import Link from 'next/link' export default function Index() { return ( <div> <Link href="/asset" id="go-asset"> Asset </Link> </div> ) }