"use client"; import Link, { type LinkProps } from "next/link"; export { Link as RouterLink, LinkProps as RouterLinkProps };