// @flow import React from 'react'; function Analytics() { const id = process.env.GOOGLE_ANALYTICS_ID; if (!id) return null; return (