diff options
Diffstat (limited to 'src/features/statHistoryGui/index.js')
-rw-r--r-- | src/features/statHistoryGui/index.js | 1 |
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"; |