Converted GangMember to tsx, only Gang left

This commit is contained in:
Olivier Gagnon
2021-06-16 02:10:47 -04:00
parent 4cdd65e96c
commit 99b8dfa0c1
19 changed files with 304 additions and 701 deletions
-2
View File
@@ -14,8 +14,6 @@ import { Popup } from "./Popup";
import { createElement } from "../../../utils/uiHelpers/createElement";
import { removeElementById } from "../../../utils/uiHelpers/removeElementById";
type ReactComponent = new(...args: any[]) => React.Component<any, any>;
let gameContainer: HTMLElement;
function getGameContainer(): void {