This commit is contained in:
3
src/routes/game/index.tsx
Normal file
3
src/routes/game/index.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import component from "./-/GameRoute";
|
||||
export const Route = createFileRoute("/game/")({ component });
|
||||
Reference in New Issue
Block a user