Changes
This commit is contained in:
parent
e327f076b3
commit
4e2e099094
5 changed files with 755 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ import RentDivisionPuzzlePage from './pages/RentDivisionPuzzlePage';
|
|||
import BagchalGamePage from './pages/BagchalGamePage';
|
||||
import AscDescGridPuzzlePage from './pages/AscDescGridPuzzlePage';
|
||||
import EternalDominationGamePage from './pages/EternalDominationGamePage';
|
||||
import LadybugClockPuzzlePage from './pages/LadybugClockPuzzlePage';
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
@ -142,6 +143,7 @@ const App = () => (
|
|||
<Route path="/puzzles/n-queens" element={<NQueensPuzzlePage />} />
|
||||
<Route path="/puzzles/domino-retiling" element={<DominoRetilingPuzzlePage />} />
|
||||
<Route path="/puzzles/asc-desc-grid" element={<AscDescGridPuzzlePage />} />
|
||||
<Route path="/puzzles/ladybug-clock" element={<LadybugClockPuzzlePage />} />
|
||||
<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