Remove unused RankChangeIndicator import in LeagueRow
This commit is contained in:
parent
ae4ae2e618
commit
08f32249b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue