From fd7cbf73a70ceddfc5f832eb38449ddd9e30209c Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 Nov 2023 09:54:17 +0000 Subject: [PATCH] part 2 --- src/components/overlay/PlayerStats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";