diff --git a/src/app/routes/_authed/stats.tsx b/src/app/routes/_authed/stats.tsx index 03f1387..65f385b 100644 --- a/src/app/routes/_authed/stats.tsx +++ b/src/app/routes/_authed/stats.tsx @@ -5,7 +5,7 @@ import { Suspense } from "react"; import PlayerStatsTableSkeleton from "@/features/players/components/player-stats-table-skeleton"; import { prefetchServerQuery } from "@/lib/tanstack-query/utils/prefetch"; import LeagueHeadToHead from "@/features/players/components/league-head-to-head"; -import { Tabs } from "@mantine/core"; +import { Box, Loader, Tabs } from "@mantine/core"; export const Route = createFileRoute("/_authed/stats")({ component: Stats, @@ -38,7 +38,9 @@ function Stats() { - + }> + + );