import React from 'react'; const Line = () => { return (
); }; export default Line;