dev menu in react

This commit is contained in:
Olivier Gagnon
2021-09-10 16:57:05 -04:00
parent 339d9a8d96
commit 5f64187a0f
8 changed files with 1643 additions and 1675 deletions
+1
View File
@@ -3,6 +3,7 @@
import { clearEventListeners } from "../../../utils/uiHelpers/clearEventListeners";
interface IMainMenuLinks {
[key: string]: HTMLElement | undefined;
Terminal: HTMLElement;
ScriptEditor: HTMLElement;
ActiveScripts: HTMLElement;