diff options
author | EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> | 2022-08-10 05:56:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 05:56:47 +0800 |
commit | 1e69dba025712a55e6f484a28a8f7d38474ad18a (patch) | |
tree | f01d5d4a48d2e53ca4697b1d5764fa1c0d773d79 /features/dungeonSolvers | |
parent | 7949ad0ee8ca8e851f141cf2dc75e5675103a785 (diff) | |
download | SoopyV2-1e69dba025712a55e6f484a28a8f7d38474ad18a.tar.gz SoopyV2-1e69dba025712a55e6f484a28a8f7d38474ad18a.tar.bz2 SoopyV2-1e69dba025712a55e6f484a28a8f7d38474ad18a.zip |
update yes
mb i forgot to import textsettings
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r-- | features/dungeonSolvers/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index ea1838e..ee957b4 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -7,6 +7,7 @@ import * as renderUtils from "../../utils/renderUtils"; import HudTextElement from "../hud/HudTextElement"; import LocationSetting from "../settings/settingThings/location"; import ToggleSetting from "../settings/settingThings/toggle"; +import TextSetting from "../settings/settingThings/textSetting"; import { fetch } from "../../utils/networkUtils"; import { delay } from "../../utils/delayUtils"; import { Waypoint } from "../../utils/renderJavaUtils"; |