Skip to content

Commit 261da16

Browse files
committed
Remove comments
1 parent 330b578 commit 261da16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/docs/src/components/graph.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ const Edges = ({ x, y, state }) => {
109109
fill="none"
110110
stroke="currentcolor"
111111
strokeWidth={1 / 4}
112-
// transform={`rotate(${n})`}
113112
sx={{
114-
// transformOrigin: '1 1',
115113
color: colors[active],
116114
transitionProperty: 'stroke, color',
117115
transitionTimingFunction: 'ease-out',

0 commit comments

Comments
 (0)