// Desktop layout — orchestrates the modules into the cockpit grid. function Desktop({ dense = false }) { return (
); } Object.assign(window, { Desktop });