refactor(es modules): modulize utils

This commit is contained in:
Azgaar 2022-06-26 19:20:31 +03:00
parent 11df349394
commit 12e1c9f334
45 changed files with 620 additions and 283 deletions

View file

@ -1,4 +1,5 @@
import {findCell} from "/src/utils/graphUtils";
import {getMiddlePoint} from "@/utils/lineUtils";
import {rn} from "/src/utils/numberUtils";
window.Submap = (function () {