import { redirect } from "next/navigation"; export default function SportsCenterRootPage() { redirect("/sports-center/hub"); }