import React from 'react' import PropTypes from 'prop-types' import { FaArrowLeft, FaArrowRight } from 'react-icons/lib/fa' import styles from './Footer.scss' const Footer = ({ step }) => { if ( step === 1 ) { return null } return (