world champs signup

Basic landing page to sign up for the "world champs"
This commit is contained in:
Kyle Corbitt
2023-08-01 13:03:30 -07:00
parent c88266bcd4
commit 65a76cddc5
14 changed files with 323 additions and 26 deletions

View File

@@ -17,7 +17,9 @@ declare module "nextjs-routes" {
| DynamicRoute<"/api/trpc/[trpc]", { "trpc": string }>
| DynamicRoute<"/experiments/[id]", { "id": string }>
| StaticRoute<"/experiments">
| StaticRoute<"/">;
| StaticRoute<"/">
| StaticRoute<"/world-champs">
| StaticRoute<"/world-champs/signup">;
interface StaticRoute<Pathname> {
pathname: Pathname;