import React from 'react' function Bar({ start, end, color = '#CCCCCC' }) { return (
) } export default Bar