import React from 'react'; import { WithHover, t } from '../../hocs'; const Step2 = ({ setStep, data, setData }) => { console.log(data) const isNextActive = () => {} const handleNext = () => {} return (