chore: remove unused stuff

This commit is contained in:
2025-03-11 15:43:36 +01:00
parent 34c030c1e9
commit 2a396457aa
7 changed files with 84 additions and 55 deletions

View File

@@ -1,6 +1,5 @@
import { FC, useEffect, useState } from "react";
import { PlayerRanking } from "./types";
import { useSession } from "./Session";
interface RaceChartProps {
players: PlayerRanking[];