1
0
Fork 0

🚨 Fixed linter warnings

This commit is contained in:
Joost De Cock 2019-05-25 19:32:51 +02:00
parent 446db0d3a5
commit f2f6d3d856
7 changed files with 4 additions and 143 deletions

View file

@ -1,5 +1,5 @@
export default part => {
let { Point, points, Snippet, snippets, macro } = part.shorthand();
let { Point, points, macro } = part.shorthand();
points.from = new Point(10, 10);
points.to = new Point(90, 40);