Files
honey-fe/src/routes/game/index.tsx
Hewston Fox 55bf63e215
Some checks failed
Deploy to VPS (dist) / deploy (push) Failing after 46s
feat: add design system
2026-03-12 00:42:41 +02:00

4 lines
160 B
TypeScript

import { createFileRoute } from "@tanstack/react-router";
import component from "./-/GameRoute";
export const Route = createFileRoute("/game/")({ component });