fix(web): remove duplicate ActorAvatar import from agents page

Auto-merge introduced a duplicate import line — removed the extra one.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-04-01 18:32:29 +08:00
parent 815f16ddd6
commit 75b25539ab

View file

@ -77,7 +77,6 @@ import { useRuntimeStore } from "@/features/runtimes";
import { useIssueStore } from "@/features/issues";
import { ActorAvatar } from "@/components/common/actor-avatar";
import { useFileUpload } from "@/shared/hooks/use-file-upload";
import { ActorAvatar } from "@/components/common/actor-avatar";
// ---------------------------------------------------------------------------