Add missing separator

This commit is contained in:
Fred Carlsen
2018-12-10 17:47:34 +01:00
parent a208cba4e8
commit a3f12cd4de

View File

@@ -0,0 +1,8 @@
import * as React from 'react';
import styled from 'styled-components';
export const Separator = styled.hr`
background: #EAEAEA;
height: 1px;
border: 0;
`;