fix: removed minimap as not yet intended to be added

ref: N25B-114
This commit is contained in:
JGerla
2025-10-02 13:14:55 +02:00
parent 0a4a3fb46c
commit 4648e77289

View File

@@ -13,7 +13,6 @@ import {
useEdgesState, useEdgesState,
reconnectEdge, reconnectEdge,
addEdge, addEdge,
MiniMap,
MarkerType, MarkerType,
type Edge, type Edge,
type Connection, type Connection,
@@ -111,7 +110,6 @@ const VisProgUI = ()=> {
proOptions={{hideAttribution: true }} proOptions={{hideAttribution: true }}
> >
<Controls /> <Controls />
<MiniMap />
<Background /> <Background />
</ReactFlow> </ReactFlow>
</div> </div>