Fix unused GenerationTiming import in ChatMessage.vue
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import { computed } from "vue";
|
|||||||
import { renderMarkdown } from "@/utils/markdown";
|
import { renderMarkdown } from "@/utils/markdown";
|
||||||
import { useSettingsStore } from "@/stores/settings";
|
import { useSettingsStore } from "@/stores/settings";
|
||||||
import ToolCallCard from "@/components/ToolCallCard.vue";
|
import ToolCallCard from "@/components/ToolCallCard.vue";
|
||||||
import type { GenerationTiming, Message } from "@/types/chat";
|
import type { Message } from "@/types/chat";
|
||||||
|
|
||||||
const settingsStore = useSettingsStore();
|
const settingsStore = useSettingsStore();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user