1
0
Fork 0

Updated insertText hook

This commit is contained in:
Joost De Cock 2018-12-10 12:52:24 +01:00
parent 11fb583195
commit 0a83da13b5
3 changed files with 14 additions and 18 deletions

View file

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