We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e341033 commit 63d42c4Copy full SHA for 63d42c4
src/components/Homepage/RankingSelector.tsx
@@ -1,13 +1,12 @@
1
import { Link } from "@tanstack/react-router"
2
import { useContext, useMemo } from "react"
3
+import MobileContext from "@/contexts/MobileContext"
4
import { phaseGroupLabel } from "@/utils/phase"
5
import { numberToRoman } from "@/utils/strings/numbers"
6
import type { PhaseLink } from "@/utils/types/data/phase"
7
import type { School } from "@/utils/types/data/school"
8
import { cn } from "@/utils/ui"
9
import { Tooltip, TooltipContent, TooltipTrigger } from "../ui/tooltip"
-import { Button } from "../ui/button"
10
-import MobileContext from "@/contexts/MobileContext"
11
12
type Props = {
13
phases: PhaseLink[]
0 commit comments