import styled from 'styled-components' export const Link = styled.a` text-decoration: none; ` export default Link