mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 19:13:51 +00:00
pass generatingPdf state to checkbox to disable, remove container compoentn for chessboard
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import ChessboardContainer from "#/pages/Chessboard.container.tsx";
|
||||
import Chessboard from "#/pages/Chessboard.tsx";
|
||||
|
||||
export const Route = createFileRoute("/chessboard")({
|
||||
component: RouteComponent,
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return <ChessboardContainer />;
|
||||
return <Chessboard />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user