aboutsummaryrefslogtreecommitdiff
path: root/features/mining
diff options
context:
space:
mode:
Diffstat (limited to 'features/mining')
-rw-r--r--features/mining/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/mining/index.js b/features/mining/index.js
index b89d8e6..8622a19 100644
--- a/features/mining/index.js
+++ b/features/mining/index.js
@@ -1,7 +1,7 @@
/// <reference types="../../../CTAutocomplete" />
/// <reference lib="es2015" />
import Feature from "../../featureClass/class";
-import { m } from "../../mappings/mappings";
+import { m } from "../../../mappings/mappings";
import * as stringUtils from "../../utils/stringUtils";
import * as utils from "../../utils/utils"
import HudTextElement from "../hud/HudTextElement";