Changes
This commit is contained in:
parent
fd3e1ac8d7
commit
b8f6f38e8c
4 changed files with 468 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ import BurnsidesLemmaPage from './pages/BurnsidesLemmaPage';
|
|||
import CubeColoringPage from './pages/CubeColoringPage';
|
||||
import PresentsPuzzlePage from './pages/PresentsPuzzlePage';
|
||||
import FerrersRogersRamanujanPage from './pages/FerrersRogersRamanujanPage';
|
||||
import DominoRetilingPuzzlePage from './pages/DominoRetilingPuzzlePage';
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
@ -132,6 +133,7 @@ const App = () => (
|
|||
<Route path="/puzzles/plate-swap" element={<PlateSwapPuzzlePage />} />
|
||||
<Route path="/puzzles/chessboard-repaint" element={<ChessboardRepaintPuzzlePage />} />
|
||||
<Route path="/puzzles/n-queens" element={<NQueensPuzzlePage />} />
|
||||
<Route path="/puzzles/domino-retiling" element={<DominoRetilingPuzzlePage />} />
|
||||
<Route path="/discrete-math/foundations/zeckendorf" element={<ZeckendorfGamePage />} />
|
||||
<Route path="/discrete-math/foundations/zeckendorf-search" element={<ZeckendorfSearchTrickPage />} />
|
||||
<Route path="/discrete-math/foundations/rules-of-inference" element={<RulesOfInferencePlaygroundPage />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue