import { forwardRef } from 'react'; import Link, { LinkProps } from 'next/link'; // ---------------------------------------------------------------------- const RouterLink = forwardRef(({ ...other }, ref) => ( )); export default RouterLink;