| import styled from 'styled-components/macro'; | |
| export const Title = styled.h1` | |
| /* this comment should be removed */ | |
| font-size: 1.5em; | |
| text-align: center; | |
| color: palevioletred; | |
| `; | |
| import styled from 'styled-components/macro'; | |
| export const Title = styled.h1` | |
| /* this comment should be removed */ | |
| font-size: 1.5em; | |
| text-align: center; | |
| color: palevioletred; | |
| `; | |