index.html is empty now

This commit is contained in:
Olivier Gagnon
2021-09-25 14:14:50 -04:00
parent 97624395c1
commit 60a91cd9f7
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ let gameContainer: HTMLElement;
(function () {
function getGameContainer(): void {
const container = document.getElementById("entire-game-container");
const container = document.getElementById("root");
if (container == null) {
throw new Error(`Failed to find game container DOM element`);
}