From d6f84a5eed98a508b20ebf71549902447e41c383 Mon Sep 17 00:00:00 2001 From: Saumya Date: Fri, 4 Jul 2025 19:16:34 +0530 Subject: [PATCH] fix: import fix --- .../(dashboard)/projects/[projectId]/thread/[threadId]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/(dashboard)/projects/[projectId]/thread/[threadId]/page.tsx b/frontend/src/app/(dashboard)/projects/[projectId]/thread/[threadId]/page.tsx index c8d4de47..3a23611a 100644 --- a/frontend/src/app/(dashboard)/projects/[projectId]/thread/[threadId]/page.tsx +++ b/frontend/src/app/(dashboard)/projects/[projectId]/thread/[threadId]/page.tsx @@ -18,7 +18,6 @@ import { useIsMobile } from '@/hooks/use-mobile'; import { isLocalMode } from '@/lib/config'; import { ThreadContent } from '@/components/thread/content/ThreadContent'; import { ThreadSkeleton } from '@/components/thread/content/ThreadSkeleton'; -import { WorkflowInfo } from '@/components/thread/workflow-info'; import { useAddUserMessageMutation } from '@/hooks/react-query/threads/use-messages'; import { useStartAgentMutation, useStopAgentMutation } from '@/hooks/react-query/threads/use-agent-run'; import { useSubscription } from '@/hooks/react-query/subscriptions/use-subscriptions';