Skip to content

Commit 028afbd

Browse files
tombiiclaude
andcommitted
fix: remove dead imports from StatsTab after PR #212 merge
RecentErrorGroup, formatDistanceToNow, and XCircle were left over from the old inline error list replaced by <RecentErrorsCard />. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 23f3881 commit 028afbd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/dashboard-web/src/components/StatsTab.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import type { RecentErrorGroup } from "@better-ccflare/types";
21
import { formatPercentage } from "@better-ccflare/ui-common";
3-
import { formatDistanceToNow } from "date-fns";
4-
import { RefreshCw, XCircle } from "lucide-react";
2+
import { RefreshCw } from "lucide-react";
53
import { useResetStats, useStats } from "../hooks/queries";
64
import { useApiError } from "../hooks/useApiError";
75
import { RecentErrorsCard } from "./overview/system-status/RecentErrorsCard";

0 commit comments

Comments
 (0)