import Link from "next/link"; import * as React from "react"; import { SVGProps } from "react"; const ScrollMe = (props: SVGProps & { href: string }) => ( ); export default ScrollMe;