import Link from 'next/link' export default () => ( <> <h3>Hello</h3> <Link href="/static" id="to-static"> To static </Link> </> )