import React from 'react';
import Styled from './styles';
const Separator = () => (
<Styled.Separator />
);
export default Separator;