From ffdafccc35ecb1093f6dd699e3b7dd0ac3f8a44a Mon Sep 17 00:00:00 2001 From: anvyle Date: Wed, 15 Apr 2026 18:52:00 +0200 Subject: [PATCH] fix(frontend): remove unused DecomposeGoalOutput type import Co-Authored-By: Claude Sonnet 4.6 --- .../app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx b/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx index b00430391a..fdf3328ca1 100644 --- a/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx @@ -28,7 +28,6 @@ import { isErrorOutput, FALLBACK_COUNTDOWN_SECONDS, ToolIcon, - type DecomposeGoalOutput, } from "./helpers"; const RADIUS = 15;