const Advertisement = ():JSX.Element => { if(process.env.NODE_ENV === 'production') return else return
Advertisement
} export default Advertisement