UNPKG

react-lead-page

Version:

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

14 lines (11 loc) 264 B
import React from 'react'; class FreeOffer extends React.Component { componentDidMount() { const url = this.props.freeOfferUrl; window.location.replace(url) } render() { return (<div></div>); } } export default FreeOffer;