aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/Ledger.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-15 19:31:46 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-15 19:31:46 +0100
commita2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee (patch)
tree4b612c6451c695822885c29e9f497e2826dc3bbd /src/main/kotlin/moe/nea/ledger/Ledger.kt
parent0a4cf1fbcc897462f31aaadc5c868d12d13e1abb (diff)
downloadLocalTransactionLedger-a2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee.tar.gz
LocalTransactionLedger-a2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee.tar.bz2
LocalTransactionLedger-a2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee.zip
refactor: Move DI to its own package
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/Ledger.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/Ledger.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/Ledger.kt b/src/main/kotlin/moe/nea/ledger/Ledger.kt
index f8c8d99..b8a4073 100644
--- a/src/main/kotlin/moe/nea/ledger/Ledger.kt
+++ b/src/main/kotlin/moe/nea/ledger/Ledger.kt
@@ -20,7 +20,7 @@ import moe.nea.ledger.modules.KuudraChestDetection
import moe.nea.ledger.modules.MinionDetection
import moe.nea.ledger.modules.NpcDetection
import moe.nea.ledger.modules.VisitorDetection
-import moe.nea.ledger.utils.DI
+import moe.nea.ledger.utils.di.DI
import moe.nea.ledger.utils.ErrorUtil
import net.minecraft.client.Minecraft
import net.minecraft.command.ICommand