1
0
Fork 0

🚨 Removed linter warnings

This commit is contained in:
Joost De Cock 2019-06-01 16:17:45 +02:00
parent d05181cf7a
commit 24aa6401fb
9 changed files with 7 additions and 45 deletions
packages/tutorial/src

View file

@ -1,5 +1,5 @@
export default function(part) {
let { Point, points, Path, paths, measurements, options } = part.shorthand();
let { points, Path, paths } = part.shorthand();
points.rightCp2 = points.rightCp1.flipY();
points.bottomCp1 = points.bottomCp2.flipX();