import NextLink from "next/link" const Link = ({ children, ...props }) => { return ( {children} ) } Link.defaultProps = NextLink.defaultProps export default Link