Skip to content

Commit 63d42c4

Browse files
chore: biome
1 parent e341033 commit 63d42c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Homepage/RankingSelector.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { Link } from "@tanstack/react-router"
22
import { useContext, useMemo } from "react"
3+
import MobileContext from "@/contexts/MobileContext"
34
import { phaseGroupLabel } from "@/utils/phase"
45
import { numberToRoman } from "@/utils/strings/numbers"
56
import type { PhaseLink } from "@/utils/types/data/phase"
67
import type { School } from "@/utils/types/data/school"
78
import { cn } from "@/utils/ui"
89
import { Tooltip, TooltipContent, TooltipTrigger } from "../ui/tooltip"
9-
import { Button } from "../ui/button"
10-
import MobileContext from "@/contexts/MobileContext"
1110

1211
type Props = {
1312
phases: PhaseLink[]

0 commit comments

Comments
 (0)