diff --git a/src/lib/util.ts b/src/lib/util.ts index 80f92c4..61d1a44 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -1,5 +1,4 @@ import ItemType, { convertItemTypeToName } from "~/types/ItemType"; -import { PlayerType } from "~/types/PlayerType"; export function normalizeItemListWithCounts(items: ItemType[]): Map { // Turns ["StealItem", "StealItem"] into {"Steal Item": 2}