aboutsummaryrefslogtreecommitdiff
path: root/features/hud
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-09 21:50:19 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-09 21:50:19 +0800
commit695138fbe0c1ba5450e7e632747e466605ac4548 (patch)
tree4bb41d7dcfef630eb18612d8d9344be2c403e5dd /features/hud
parent5db44566ab59077701ad6ba40116335294865618 (diff)
downloadSoopyV2-695138fbe0c1ba5450e7e632747e466605ac4548.tar.gz
SoopyV2-695138fbe0c1ba5450e7e632747e466605ac4548.tar.bz2
SoopyV2-695138fbe0c1ba5450e7e632747e466605ac4548.zip
move mappings to seperate module
Diffstat (limited to 'features/hud')
-rw-r--r--features/hud/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index e703db5..f224839 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -2,7 +2,7 @@
/// <reference lib="es2015" />
import SoopyNumber from "../../../guimanager/Classes/SoopyNumber";
import Feature from "../../featureClass/class";
-import { m } from "../../mappings/mappings";
+import { m } from "../../../mappings/mappings";
import LocationSetting from "../settings/settingThings/location";
import ToggleSetting from "../settings/settingThings/toggle";
import HudTextElement from "./HudTextElement";