diff --git a/server/src/systems/superlativesComputer.ts b/server/src/systems/superlativesComputer.ts index 75171c6..eee6458 100644 --- a/server/src/systems/superlativesComputer.ts +++ b/server/src/systems/superlativesComputer.ts @@ -2,7 +2,6 @@ import type { EntityId, Relationships, SuperlativesData, SuperlativeEntry } from import { World } from '../ecs/World.js'; import type { BondRegistry } from './bondRegistry.js'; import { getBonds } from './bondRegistry.js'; -import { classify } from './relationshipHelpers.js'; export function computeSuperlatives(world: World, registry: BondRegistry): SuperlativesData { const npcs = world.query('npcBrain');