1
0
Fork 0

chore(core): Fixed linter warnings

This commit is contained in:
Joost De Cock 2020-08-23 17:09:09 +02:00
parent 308fd6afa3
commit 9125b49841
3 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import { macroName, round, sampleStyle, capitalize } from './utils'
import { macroName, sampleStyle, capitalize } from './utils'
import Part from './part'
import Point from './point'
import Path from './path'