world champs signup
Basic landing page to sign up for the "world champs"
This commit is contained in:
4
@types/nextjs-routes.d.ts
vendored
4
@types/nextjs-routes.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user