UNPKG

react-lead-page

Version:

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

17 lines (15 loc) 550 B
import './index.css'; import FreeOffer from './FreeOffer'; import SignInSide from './SignInSide'; import reportWebVitals from './reportWebVitals'; /*ReactDOM.render( <React.StrictMode> <LeadCapturePage /> </React.StrictMode>, document.getElementById('root') );*/ export { SignInSide }; export { FreeOffer }; // If you want to start measuring performance in your app, pass a function // to log results (for example: reportWebVitals(console.log)) // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals reportWebVitals();