import * as React from 'react'; import { AnimatedLine } from "./styles"; const StepLine = ({ x1, x2, y, color, className }) => { return ( ) }; export default StepLine;