fix(examples): Linter warnings
This commit is contained in:
parent
a7867c2a79
commit
4a5cdcdb32
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue