Changes
This commit is contained in:
parent
dee3482dfa
commit
55c01cea33
4 changed files with 744 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ import PresentsPuzzlePage from './pages/PresentsPuzzlePage';
|
|||
import FerrersRogersRamanujanPage from './pages/FerrersRogersRamanujanPage';
|
||||
import DominoRetilingPuzzlePage from './pages/DominoRetilingPuzzlePage';
|
||||
import RentDivisionPuzzlePage from './pages/RentDivisionPuzzlePage';
|
||||
import BagchalGamePage from './pages/BagchalGamePage';
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
@ -101,6 +102,7 @@ const App = () => (
|
|||
<Route path="/themes/games/subtraction-game" element={<SubtractionGamePage />} />
|
||||
<Route path="/themes/games/craps-game" element={<CrapsGamePage />} />
|
||||
<Route path="/themes/games/sim" element={<GameOfSimPage />} />
|
||||
<Route path="/themes/games/bagchal" element={<BagchalGamePage />} />
|
||||
<Route path="/themes/cards-math" element={<CardsMath />} />
|
||||
<Route path="/themes/puzzles" element={<Puzzles />} />
|
||||
<Route path="/themes/puzzles/stacking-blocks" element={<StackingBlocksPage />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue