import NextLink from "next/link" import { Anchor as BluelibLink } from "@steffo/bluelib-react" export const Link = ({children, href, nextProps = {}, bluelibProps = {}}) => { return ( {children} ) }