chore(chat): remove duplicate type import

This commit is contained in:
Roamin
2025-07-10 19:12:30 +00:00
parent 2c82860ab2
commit 9d82f7ecab

View File

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