"use client"; import Link from "next/link"; import PlayerStats from "./PlayerStats"; export default function Navigation() { return ( ); }