Skip to content

Commit 67b652e

Browse files
committed
chore(examples): cleanup
Signed-off-by: braks <[email protected]>
1 parent 883a669 commit 67b652e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/vite/src/Layouting/initial-elements.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ export const initialNodes: ProcessNode[] = [
7575
]
7676

7777
export const initialEdges: ProcessEdge[] = [
78-
{ id: 'e1-2', source: '1', target: '2', type, animated: true },
79-
{ id: 'e1-3', source: '1', target: '3', type, animated: true },
80-
{ id: 'e2-2a', source: '2', target: '2a', type, animated: true },
81-
{ id: 'e2-2b', source: '2', target: '2b', type, animated: true },
82-
{ id: 'e2-2c', source: '2', target: '2c', type, animated: true },
83-
{ id: 'e2c-2d', source: '2c', target: '2d', type, animated: true },
84-
{ id: 'e3-7', source: '3', target: '4', type, animated: true },
85-
{ id: 'e4-5', source: '4', target: '5', type, animated: true },
86-
{ id: 'e5-6', source: '5', target: '6', type, animated: true },
87-
{ id: 'e5-7', source: '5', target: '7', type, animated: true },
78+
{ id: 'e1-2', source: '1', target: '2', type },
79+
{ id: 'e1-3', source: '1', target: '3', type },
80+
{ id: 'e2-2a', source: '2', target: '2a', type },
81+
{ id: 'e2-2b', source: '2', target: '2b', type },
82+
{ id: 'e2-2c', source: '2', target: '2c', type },
83+
{ id: 'e2c-2d', source: '2c', target: '2d', type },
84+
{ id: 'e3-7', source: '3', target: '4', type },
85+
{ id: 'e4-5', source: '4', target: '5', type },
86+
{ id: 'e5-6', source: '5', target: '6', type },
87+
{ id: 'e5-7', source: '5', target: '7', type },
8888
]

0 commit comments

Comments
 (0)