[refactor] Moved 'createAccordionElement' to its own TS file

This commit is contained in:
Steven Evans
2018-07-08 00:38:13 -04:00
parent af40252ee9
commit 28bebeb144
5 changed files with 50 additions and 33 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {workerScripts,
import {Player} from "./Player";
import {getServer} from "./Server";
import {dialogBoxCreate} from "../utils/DialogBox";
import {createAccordionElement} from "../utils/HelperFunctions";
import {createAccordionElement} from "../utils/uiHelpers/createAccordionElement";
import {arrayToString} from "../utils/helpers/arrayToString";
import {createElement} from "../utils/uiHelpers/createElement";
import {exceptionAlert} from "../utils/helpers/exceptionAlert";