diff options
Diffstat (limited to 'src/features/streamsGUI')
-rw-r--r-- | src/features/streamsGUI/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/streamsGUI/index.js b/src/features/streamsGUI/index.js index e47bbc3..25cda23 100644 --- a/src/features/streamsGUI/index.js +++ b/src/features/streamsGUI/index.js @@ -10,7 +10,6 @@ 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 { fetch } from "../../utils/networkUtils"; class StreamsGui extends Feature { constructor() { |