mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 23:27:55 +02:00
remove some createElement
This commit is contained in:
@@ -5,7 +5,7 @@ import { IEngine } from "../IEngine";
|
||||
import * as React from "react";
|
||||
import * as ReactDOM from "react-dom";
|
||||
|
||||
let container: HTMLElement = document.createElement("div");
|
||||
let container: HTMLElement;
|
||||
|
||||
(function () {
|
||||
function setContainer(): void {
|
||||
|
||||
Reference in New Issue
Block a user