const { Readout } = window.JabberwockeeDesignSystem_646027; function LogoStrip() { const D = window.JW_DATA; const row = D.logos.concat(D.logos); return (
From Venice to Singapore, from Netflix to independent screens.
{row.map((l, i) =>
{l.name}
)}
); } window.LogoStrip = LogoStrip;