diff --git a/frontend/src/components/tasks/TaskRelationshipViewer.tsx b/frontend/src/components/tasks/TaskRelationshipViewer.tsx index 9eac4593..a31e6304 100644 --- a/frontend/src/components/tasks/TaskRelationshipViewer.tsx +++ b/frontend/src/components/tasks/TaskRelationshipViewer.tsx @@ -8,7 +8,6 @@ import type { TaskWithAttemptStatus, } from 'shared/types'; import { ChevronDown, ChevronRight } from 'lucide-react'; -import { cn } from '@/lib/utils'; interface TaskRelationshipViewerProps { selectedAttempt: TaskAttempt | null; @@ -148,17 +147,7 @@ export function TaskRelationshipViewer({ {childrenExpanded && ( -