Fix unused GenerationTiming import in ChatMessage.vue

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 18:54:21 -05:00
parent 92bf2768b6
commit 7ff60eb8a6
+1 -1
View File
@@ -3,7 +3,7 @@ import { computed } from "vue";
import { renderMarkdown } from "@/utils/markdown";
import { useSettingsStore } from "@/stores/settings";
import ToolCallCard from "@/components/ToolCallCard.vue";
import type { GenerationTiming, Message } from "@/types/chat";
import type { Message } from "@/types/chat";
const settingsStore = useSettingsStore();