feat(deps): remove emotion

This commit is contained in:
moklick
2019-07-15 18:45:33 +02:00
parent f903f91941
commit 5b9abd8c9e
13 changed files with 124 additions and 245 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class EdgeRenderer extends PureComponent {
<svg
width={width}
height={height}
style={{ pointerEvents: 'none' }}
className="react-graph__edges"
>
<g
transform={`translate(${transform.x},${transform.y}) scale(${transform.k})`}