From 0944f0576c9ef34b0a6a19fea09f3bec3f062fb7 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 12 Nov 2021 23:01:48 +0800 Subject: made cosmetics un-scuffed --- features/streamsGUI/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'features/streamsGUI') diff --git a/features/streamsGUI/index.js b/features/streamsGUI/index.js index 0277eb4..9ac7bc0 100644 --- a/features/streamsGUI/index.js +++ b/features/streamsGUI/index.js @@ -3,11 +3,11 @@ import SoopyTextElement from "../../../guimanager/GuiElement/SoopyTextElement"; import Feature from "../../featureClass/class"; import GuiPage from "../soopyGui/GuiPage"; -// import SoopyBoxElement from "../../../guimanager/GuiElement/SoopyBoxElement"; -// import SoopyMarkdownElement from "../../../guimanager/GuiElement/SoopyMarkdownElement"; -// import SoopyImageElement from "../../../guimanager/GuiElement/SoopyImageElement"; -// import SoopyGuiElement from "../../../guimanager/GuiElement/SoopyGuiElement"; -// import SoopyMouseClickEvent from "../../../guimanager/EventListener/SoopyMouseClickEvent"; +import SoopyBoxElement from "../../../guimanager/GuiElement/SoopyBoxElement"; +import SoopyMarkdownElement from "../../../guimanager/GuiElement/SoopyMarkdownElement"; +import SoopyImageElement from "../../../guimanager/GuiElement/SoopyImageElement"; +import SoopyGuiElement from "../../../guimanager/GuiElement/SoopyGuiElement"; +import SoopyMouseClickEvent from "../../../guimanager/EventListener/SoopyMouseClickEvent"; class StreamsGui extends Feature { constructor() { @@ -17,7 +17,7 @@ class StreamsGui extends Feature { onEnable(){ this.initVariables() - // this.GuiPage = new StreamPage() + this.GuiPage = new StreamPage() } initVariables(){ @@ -29,7 +29,7 @@ class StreamsGui extends Feature { } } -/* + class StreamPage extends GuiPage { constructor(){ super(7) @@ -129,7 +129,7 @@ class StreamElement extends SoopyBoxElement { return this } -}*/ +} module.exports = { class: new StreamsGui() -- cgit