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