diff --git a/components/chat/Messages.tsx b/components/chat/Messages.tsx
index 0b51664..f94d016 100644
--- a/components/chat/Messages.tsx
+++ b/components/chat/Messages.tsx
@@ -1,19 +1,15 @@
import { Message } from "@/lib/OpenRouter"
-import { CreateNoteToolCard, ToolCall } from "./tools"
+import { ToolCall } from "./tools"
// MessageField is a single message bubble. Its style depends on whether
// the message is from user or system (LLM response).
export const MessageField = (data: Message | ToolCall, index: number) => {
- if ('tool' in data && data.tool === 'createNote') {
- return (
-
- {preview} -
-