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