diff --git a/packages/web/src/lib/serialize.ts b/packages/web/src/lib/serialize.ts index a0fe6896b..66f52ffb1 100644 --- a/packages/web/src/lib/serialize.ts +++ b/packages/web/src/lib/serialize.ts @@ -24,7 +24,7 @@ import { type DashboardStats, type DashboardOrchestratorLink, getAttentionLevel, -} from "./types.js"; +} from "./types"; import { TTLCache, prCache, prCacheKey, type PREnrichmentData } from "./cache"; /** Cache for issue titles (5 min TTL — issue titles rarely change) */