import React from 'react' const Line = () => { return ( <div style={{ backgroundColor: "#262626", width: "auto", height: "2px" }} > </div> ) }; export default Line;