refactor(es modules): continue migration

This commit is contained in:
Azgaar 2022-06-25 18:03:38 +03:00
parent 030caec6e8
commit a929667796
16 changed files with 30 additions and 16 deletions

View file

@ -1,5 +1,6 @@
import {findGridCell, findGridAll, findCell, getPackPolygon, getGridPolygon} from "/src/utils/graphUtils";
import {last} from "/src/utils/arrayUtils";
import {last, createTypedArray} from "/src/utils/arrayUtils";
import {byId} from "/src/utils/shorthands";
export function editHeightmap(options) {
const {mode, tool} = options || {};