This commit is contained in:
2026-03-27 10:43:10 -04:00
Unverified
parent 2495f41df9
commit c8781fddaa
15 changed files with 1650 additions and 1630 deletions

View File

@@ -1,5 +1,5 @@
import { redirect } from "next/navigation";
export default function TournamentRedirectPage() {
redirect("/spectate");
redirect("/spectate");
}