/* global window, React */ // ============================================================ // Right column — Demand context sidebar // ============================================================ function DemandSidebar({ trip }) { const wave = window.WAVE_INFO; return ( ); } Object.assign(window, { DemandSidebar });