style: remove unused import

This commit is contained in:
2026-06-07 15:53:02 +09:00
parent e988bcd0d2
commit b26ab6f509

View File

@@ -1,6 +1,6 @@
import { llm } from "@/openrouter";
import { extractedFactSchema, type ExtractedFactResult } from "@/openrouter/schema";
import { type ExtractedFact, LlmFactExtractor } from "identitydb";
import { LlmFactExtractor } from "identitydb";
export const factExtractor = new LlmFactExtractor({
model: {