From 9d82f7ecab045440935e138ab774d902635e7405 Mon Sep 17 00:00:00 2001 From: Roamin <97863888+roaminro@users.noreply.github.com> Date: Thu, 10 Jul 2025 19:12:30 +0000 Subject: [PATCH] chore(chat): remove duplicate type import --- app/components/chat/Chat.client.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/chat/Chat.client.tsx b/app/components/chat/Chat.client.tsx index ec0abf4..dfe8912 100644 --- a/app/components/chat/Chat.client.tsx +++ b/app/components/chat/Chat.client.tsx @@ -28,7 +28,6 @@ import type { ElementInfo } from '~/components/workbench/Inspector'; import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils'; import { useMCPStore } from '~/lib/stores/mcp'; import type { LlmErrorAlertType } from '~/types/actions'; -import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils'; const toastAnimation = cssTransition({ enter: 'animated fadeInRight',