1 2 3 4 5 6 7
import styled from 'styled-components'; export const Separator = styled.hr` background: #EAEAEA; height: 1px; border: 0; `;