diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 8a9888e..322b54f 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import PlayerStats from "./PlayerStats"; export default function Navigation() { @@ -20,24 +21,24 @@ export default function Navigation() { {/* Navigation Links - Center */}
{/* Player Stats - Right */}