aboutsummaryrefslogtreecommitdiff
path: root/src/features/cosmetics
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/cosmetics
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/cosmetics')
-rw-r--r--src/features/cosmetics/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/cosmetics/index.js b/src/features/cosmetics/index.js
index f3deece..97dcf3e 100644
--- a/src/features/cosmetics/index.js
+++ b/src/features/cosmetics/index.js
@@ -5,7 +5,6 @@ import DragonWings from "./cosmetic/dragon/dragonWings"
import Toggle from "../settings/settingThings/toggle"
import { f } from "../../../mappings/mappings";
import FakeRequireToggle from "../settings/settingThings/FakeRequireToggle";
-import { fetch } from "../../utils/networkUtils";
class Cosmetics extends Feature {
constructor() {