1 2 3 4 5
import ServerStats from "@/components/admin/ServerStats"; export default function AdminOverviewPage() { return <ServerStats />; }