chore(chat): remove duplicate type import
This commit is contained in:
@@ -28,7 +28,6 @@ import type { ElementInfo } from '~/components/workbench/Inspector';
|
|||||||
import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils';
|
import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils';
|
||||||
import { useMCPStore } from '~/lib/stores/mcp';
|
import { useMCPStore } from '~/lib/stores/mcp';
|
||||||
import type { LlmErrorAlertType } from '~/types/actions';
|
import type { LlmErrorAlertType } from '~/types/actions';
|
||||||
import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils';
|
|
||||||
|
|
||||||
const toastAnimation = cssTransition({
|
const toastAnimation = cssTransition({
|
||||||
enter: 'animated fadeInRight',
|
enter: 'animated fadeInRight',
|
||||||
|
|||||||
Reference in New Issue
Block a user