diff --git a/docs/components/examples/nested/App.vue b/docs/components/examples/nested/App.vue index 462e46db..8c149570 100644 --- a/docs/components/examples/nested/App.vue +++ b/docs/components/examples/nested/App.vue @@ -58,8 +58,6 @@ const { onConnect, nodes, edges, addEdges, addNodes } = useVueFlow({ { id: 'e1-4', source: '1', target: '4' }, { id: 'e1-4c', source: '1', target: '4c' }, { id: 'e2a-4a', source: '2a', target: '4a' }, - { id: 'e3-4', source: '3', target: '4' }, - { id: 'e3-4b', source: '3', target: '4b' }, { id: 'e4a-4b1', source: '4a', target: '4b1' }, { id: 'e4a-4b2', source: '4a', target: '4b2' }, { id: 'e4b1-4b2', source: '4b1', target: '4b2' },