Add routing and fix copy link

This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 11:44:49 +00:00
parent 3dad5e12df
commit 5adaa9e1a3

View file

@ -87,6 +87,7 @@ const App = () => (
<Route path="/themes/games/sim" element={<GameOfSimPage />} />
<Route path="/themes/cards-math" element={<CardsMath />} />
<Route path="/themes/puzzles" element={<Puzzles />} />
<Route path="/themes/puzzles/stacking-blocks" element={<StackingBlocksPage />} />
<Route path="/themes/miscellany" element={<Miscellany />} />
<Route path="/themes/contest-problems" element={<ContestProblems />} />
<Route path="/contest-problems/grid-tiling" element={<GridTilingPuzzlePage />} />