UNPKG

react-lead-page

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

15 lines (11 loc) 278 B
import React from 'react'; class FreeOffer extends React.Component { componentDidMount() { const url = this.props.freeOfferUrl; window.location.replace(url); } render() { return /*#__PURE__*/React.createElement("div", null); } } export default FreeOffer;