moved a bunch of files

This commit is contained in:
Olivier Gagnon
2021-09-25 14:42:57 -04:00
parent 07bc697477
commit 06f716c0fa
174 changed files with 236 additions and 236 deletions
+6 -6
View File
@@ -1,15 +1,15 @@
import { CONSTANTS } from "./Constants";
import { Player } from "./Player";
import { dialogBoxCreate } from "../utils/DialogBox";
import { formatNumber } from "../utils/StringHelperFunctions";
import { dialogBoxCreate } from "./ui/React/DialogBox";
import { formatNumber } from "./utils/StringHelperFunctions";
import { Reputation } from "./ui/React/Reputation";
import { addOffset } from "../utils/helpers/addOffset";
import { getRandomInt } from "../utils/helpers/getRandomInt";
import { isString } from "../utils/helpers/isString";
import { addOffset } from "./utils/helpers/addOffset";
import { getRandomInt } from "./utils/helpers/getRandomInt";
import { isString } from "./utils/helpers/isString";
import { clearEventListeners } from "../utils/uiHelpers/clearEventListeners";
import { clearEventListeners } from "./ui/uiHelpers/clearEventListeners";
import { Router } from "./ui/GameRoot";
// For some reason `jsplumb` needs to be imported exactly like this,