import React from 'react' import { Link } from 'react-router-dom' const InternalLink = ({ href, text = 'Link' }) => ( {text} ) export default InternalLink