import Link from 'next/link' export default function CustomLink({ as, href, ...otherProps }) { return ( <> ) }