diff options
Diffstat (limited to 'features/streamsGUI')
-rw-r--r-- | features/streamsGUI/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/streamsGUI/index.js b/features/streamsGUI/index.js index f452806..366fbcd 100644 --- a/features/streamsGUI/index.js +++ b/features/streamsGUI/index.js @@ -10,6 +10,7 @@ import SoopyGuiElement from "../../../guimanager/GuiElement/SoopyGuiElement"; import SoopyMouseClickEvent from "../../../guimanager/EventListener/SoopyMouseClickEvent"; import ButtonWithArrow from "../../../guimanager/GuiElement/ButtonWithArrow"; import BoxWithText from "../../../guimanager/GuiElement/BoxWithText"; +import { drawBoxAtBlock } from "../../utils/renderUtils"; class StreamsGui extends Feature { constructor() { @@ -20,6 +21,7 @@ class StreamsGui extends Feature { this.initVariables() this.GuiPage = new StreamPage() + } initVariables(){ |