import React from 'react' const ExternalLink = ({ href, text = 'Link' }) => ( {text} ) export default ExternalLink