import React from 'react' import Link from 'next/link' const MyLink = React.forwardRef((props, ref) => ( Click me )) export default () => ( )