1
0
Fork 0

fix(examples): Linter warnings

This commit is contained in:
Joost De Cock 2021-04-18 13:12:38 +02:00
parent a7867c2a79
commit 4a5cdcdb32

View file

@ -1,7 +1,7 @@
import { box } from './shared' import { box } from './shared'
export default (part) => { export default (part) => {
let { Point, Path, points, paths, macro } = part.shorthand() let { Point, points, macro } = part.shorthand()
points.a = new Point(15, 15) points.a = new Point(15, 15)