diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-18 08:54:52 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-18 08:54:52 +0800 |
commit | 91ce2e47013f18e85a08bc9d368130673b67f6ea (patch) | |
tree | 1b6e1a313c449228122dc397361acce43ed8ecb9 /src/features/stat_next_to_name | |
parent | 4498618aed3b2c4e7e55c0c2942fbfd7c0c0f903 (diff) | |
download | SoopyV2-91ce2e47013f18e85a08bc9d368130673b67f6ea.tar.gz SoopyV2-91ce2e47013f18e85a08bc9d368130673b67f6ea.tar.bz2 SoopyV2-91ce2e47013f18e85a08bc9d368130673b67f6ea.zip |
+ make babel add fetch import
+ reduce hot reload cooldown
Diffstat (limited to 'src/features/stat_next_to_name')
-rw-r--r-- | src/features/stat_next_to_name/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/stat_next_to_name/index.js b/src/features/stat_next_to_name/index.js index 063a67b..2045db5 100644 --- a/src/features/stat_next_to_name/index.js +++ b/src/features/stat_next_to_name/index.js @@ -5,7 +5,6 @@ import soopyV2Server from "../../socketConnection"; import SettingBase from "../settings/settingThings/settingBase"; import * as numberUtils from "../../utils/numberUtils"; import DropdownSetting from "../settings/settingThings/dropdownSetting"; -import { fetch } from "../../utils/networkUtils" import ToggleSetting from "../settings/settingThings/toggle"; class StatNextToName extends Feature { |