import ExternalLinkIcon from "../portfolio/ExternalLinkIcon.js"; export function UsefulLink({ title, link }) { return (
  • {title}
  • ) }