import React from 'react' const Step = ({title, count, ml}) => { return (
0{count}

{title}

) } export default Step