import { SocialMediaItem } from "./SocialIcon" import * as React from "react" const SocialLink = () => { return (
) } export default SocialLink