style file input and chess board page

This commit is contained in:
2026-05-31 23:25:09 +02:00
parent 844702aa0a
commit 72f68da3b0
10 changed files with 80 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { createFileRoute } from "@tanstack/react-router";
import Contact from "#/pages/contact.tsx";
import Contact from "#/pages/Contact.tsx";
export const Route = createFileRoute("/contact")({
component: RouteComponent,