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