diff --git a/src/components/overlay/PlayerStats.tsx b/src/components/overlay/PlayerStats.tsx index 1009586..9958534 100644 --- a/src/components/overlay/PlayerStats.tsx +++ b/src/components/overlay/PlayerStats.tsx @@ -1,4 +1,4 @@ -import { OverlayPlayer } from "@/overlay/type/overlayPlayer"; +import { OverlayPlayer } from "@/lib/overlay/type/overlayPlayer"; import { formatNumber } from "@/utils/numberUtils"; import { GlobeAltIcon } from "@heroicons/react/20/solid"; import Image from "next/image";