aboutsummaryrefslogtreecommitdiff
path: root/src/features/statHistoryGui
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-18 08:54:52 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-18 08:54:52 +0800
commit91ce2e47013f18e85a08bc9d368130673b67f6ea (patch)
tree1b6e1a313c449228122dc397361acce43ed8ecb9 /src/features/statHistoryGui
parent4498618aed3b2c4e7e55c0c2942fbfd7c0c0f903 (diff)
downloadSoopyV2-91ce2e47013f18e85a08bc9d368130673b67f6ea.tar.gz
SoopyV2-91ce2e47013f18e85a08bc9d368130673b67f6ea.tar.bz2
SoopyV2-91ce2e47013f18e85a08bc9d368130673b67f6ea.zip
+ make babel add fetch import
+ reduce hot reload cooldown
Diffstat (limited to 'src/features/statHistoryGui')
-rw-r--r--src/features/statHistoryGui/index.js1
1 files changed, 0 insertions, 1 deletions
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";