Located in the rich fertile Golden Valleys of Munster, Dairygold has a long and proud history of producing quality-assured, sustainable gold standard cheese and dairy ingredients. With three imperative division...
import React from 'react'; import Button from '../../button/button'; import { useStateValue } from '../../../store/store'; const PreviousStepButton = ( { children, customizeStep } ) => { const [ { currentIndex }, dispatch ] = useStateValue(); return ( ); }; export default PreviousStepButton;