From 08f32249b745fc4d1a25207f045e3f6ddb55eaea Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Fri, 24 Apr 2026 11:04:45 -0700 Subject: [PATCH] Remove unused RankChangeIndicator import in LeagueRow --- app/components/league/LeagueRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/league/LeagueRow.tsx b/app/components/league/LeagueRow.tsx index f22c260..0784d69 100644 --- a/app/components/league/LeagueRow.tsx +++ b/app/components/league/LeagueRow.tsx @@ -2,7 +2,7 @@ import { formatDistanceToNow } from "date-fns"; import { Link } from "react-router"; import { Button } from "~/components/ui/button"; import { LeagueAvatar } from "./LeagueAvatar"; -import { StatColumn, StatDivider, RankChangeIndicator, RankingDisplay } from "./StatHelpers"; +import { StatColumn, StatDivider, RankingDisplay } from "./StatHelpers"; export interface LeagueRowProps { leagueId: string;