refactor(es modules): continue migration

This commit is contained in:
Azgaar 2022-06-25 18:56:56 +03:00
parent a929667796
commit eaa0046e67
8 changed files with 103 additions and 74 deletions

View file

@ -1,6 +1,7 @@
import {stored, lock, locked, applyOption} from "./general";
import {applyOption} from "./general";
import {last} from "/src/utils/arrayUtils";
import {byId} from "/src/utils/shorthands";
import {byId, stored} from "/src/utils/shorthands";
import {lock, locked} from "/src/scripts/options/lock";
$("#optionsContainer").draggable({handle: ".drag-trigger", snap: "svg", snapMode: "both"});
$("#exitCustomization").draggable({handle: "div"});