1
0
Fork 0

chore: Linter warings

This commit is contained in:
joostdecock 2023-06-17 13:28:17 +02:00
parent 61ea8c74aa
commit 783e1fa683
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// Components
import { Path } from '../pattern/path.mjs'
import { getProps, getId } from '../pattern/utils.mjs'
import { getProps } from '../pattern/utils.mjs'
const coords = (point) => `${point.x},${point.y}`