fix bad import

This commit is contained in:
Olivier Gagnon
2021-09-04 20:09:22 -04:00
parent 4011542b97
commit 7f15a19f12
3 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import { generate } from "escodegen";
import { dialogBoxCreate } from "../utils/DialogBox";
import { arrayToString } from "../utils/helpers/arrayToString";
import { roundToTwo } from "../utils/helpers/roundToTwo";
import { isString } from "../utils/StringHelperFunctions";
import { isString } from "../utils/helpers/isString";
import { parse } from "acorn";
import { simple as walksimple } from "acorn-walk";