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',