1 2 3 4 5 6 7
const LineDivider = () => { return ( <hr className="h-1.5 bg-gray_r-4 border-none"/> ); }; export default LineDivider;