🚨 Fixed linter warnings
This commit is contained in:
parent
446db0d3a5
commit
f2f6d3d856
7 changed files with 4 additions and 143 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue