From 91ce2e47013f18e85a08bc9d368130673b67f6ea Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 18 Sep 2022 08:54:52 +0800 Subject: + make babel add fetch import + reduce hot reload cooldown --- src/features/statHistoryGui/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features/statHistoryGui') diff --git a/src/features/statHistoryGui/index.js b/src/features/statHistoryGui/index.js index 0390772..dd620b9 100644 --- a/src/features/statHistoryGui/index.js +++ b/src/features/statHistoryGui/index.js @@ -11,7 +11,6 @@ import SoopyKeyPressEvent from "../../../guimanager/EventListener/SoopyKeyPressE import { firstLetterWordCapital } from "../../utils/stringUtils"; import SoopyMouseClickEvent from "../../../guimanager/EventListener/SoopyMouseClickEvent"; import ButtonWithArrow from "../../../guimanager/GuiElement/ButtonWithArrow"; -import { fetch } from "../../utils/networkUtils"; import SoopyImageElement from "../../../guimanager/GuiElement/SoopyImageElement"; import renderLibs from "../../../guimanager/renderLibs"; import SoopyBoxElement from "../../../guimanager/GuiElement/SoopyBoxElement"; -- cgit