refactor: fix stale imports

This commit is contained in:
syntaxbullet
2026-01-08 16:39:34 +01:00
parent f92415b89c
commit 017f5ad818
20 changed files with 29 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
import type { TradeSession, TradeParticipant } from "./trade.types";
import type { TradeSession, TradeParticipant } from "@/modules/trade/trade.types";
import { economyService } from "@shared/modules/economy/economy.service";
import { inventoryService } from "@shared/modules/inventory/inventory.service";
import { itemTransactions } from "@db/schema";