diff --git a/ui/litellm-dashboard/src/components/chat/types.ts b/ui/litellm-dashboard/src/components/chat/types.ts index 4c0da7a095..9b657306db 100644 --- a/ui/litellm-dashboard/src/components/chat/types.ts +++ b/ui/litellm-dashboard/src/components/chat/types.ts @@ -1,4 +1,5 @@ -export type { MCPEvent } from "../mcp_tools/types"; +import type { MCPEvent } from "../mcp_tools/types"; +export type { MCPEvent }; export interface ChatMessage { id: string;