import React from 'react'; import styles from './styles.css'; const Link = ({url, key}) => ( {' '} {url} ); export default Link;