// Old Desktop Driver Layout // Purpose: Preserves the retired two-pane desktop composition for the explicit /old route. // Scope: This is a layout archive only; shared controls, telemetry, and route-level providers stay current. import DriverVideo from '../../../components/DriverVideo/index.jsx'; import PiHostStatsCard from '../../../components/PiHostStatsCard/index.jsx'; import DriverAdCard from '../../../components/DriverAdCard/index.jsx'; import GlobalObjectiveBanner from '../../../components/GlobalObjectiveBanner/index.jsx'; import { themeGapClass } from '../../../themes/index.js'; import DesktopRightPaneTabs from '../DesktopRightPaneTabs/index.jsx'; import { useTelemetryVisualPolicy } from '../../../context/TelemetryContext.jsx'; export default function OldDesktopLayout() { // The archived layout keeps the same desktop telemetry cadence it used before // replacement, while mobile policy remains owned by the mobile layout frame. useTelemetryVisualPolicy({ mobile: false }); return (