stream/src/components/Link/index.js

7 lines
117 B
JavaScript
Raw Normal View History

2021-03-24 15:24:34 +00:00
import styled from 'styled-components'
export const Link = styled.a`
text-decoration: none;
`
export default Link