import/export cleanup

This commit is contained in:
be5invis 2021-07-28 20:13:04 -07:00
parent ead4159c55
commit 82913e9d7a
48 changed files with 195 additions and 234 deletions

View file

@ -1,6 +1,6 @@
"use strict";
module.exports = class Anchor {
exports.Anchor = class Anchor {
constructor(x, y) {
this.x = x;
this.y = y;