Add routing and fix copy link
This commit is contained in:
parent
3dad5e12df
commit
5adaa9e1a3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue