initial game page design

This commit is contained in:
Nathaniel Tampus
2023-02-20 17:37:13 +08:00
parent c6be8f0776
commit 8ee8ba885e
2 changed files with 78 additions and 0 deletions

View File

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