This commit is contained in:
gpt-engineer-app[bot] 2026-01-12 09:39:02 +00:00
parent dee3482dfa
commit 55c01cea33
4 changed files with 744 additions and 0 deletions

View file

@ -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 />} />