aboutsummaryrefslogtreecommitdiff
path: root/src/features/globalSettings/index.js
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/globalSettings/index.js
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/globalSettings/index.js')
-rw-r--r--src/features/globalSettings/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/globalSettings/index.js b/src/features/globalSettings/index.js
index b135337..91d9583 100644
--- a/src/features/globalSettings/index.js
+++ b/src/features/globalSettings/index.js
@@ -12,7 +12,6 @@ import Notification from "../../../guimanager/Notification";
import logger from "../../logger";
import { numberWithCommas } from "../../utils/numberUtils";
import { firstLetterCapital } from "../../utils/stringUtils";
-import { fetch } from "../../utils/networkUtils";
import socketConnection from "../../socketConnection";
import renderLibs from "../../../guimanager/renderLibs";
import { f, m } from "../../../mappings/mappings";