import { GateMapView } from './GateMapView.jsx' export function JourneyGateMapSection({ initiativeId, items, graphState, loading }) { if (!items.length) return null return (

Zielzustands-Graph (Ist)

Baum der Gate-Abhängigkeiten mit Ist-Status — keine Planungsbearbeitung (Kontrolle / Journey).

{loading ? (

Graph wird geladen …

) : ( )}
) }