This commit is contained in:
gpt-engineer-app[bot] 2025-12-18 08:56:57 +00:00
parent 9ab07e0421
commit 2922027ee7
3 changed files with 462 additions and 0 deletions

View file

@ -62,6 +62,7 @@ import CubeColoringPage from './pages/CubeColoringPage';
import PresentsPuzzlePage from './pages/PresentsPuzzlePage';
import FerrersRogersRamanujanPage from './pages/FerrersRogersRamanujanPage';
import DominoRetilingPuzzlePage from './pages/DominoRetilingPuzzlePage';
import RentDivisionPuzzlePage from './pages/RentDivisionPuzzlePage';
const queryClient = new QueryClient();
@ -93,6 +94,7 @@ const App = () => (
<Route path="/themes/discrete-math/uncertainty/presents-puzzle" element={<PresentsPuzzlePage />} />
<Route path="/themes/discrete-math/counting/ferrers-rogers-ramanujan" element={<FerrersRogersRamanujanPage />} />
<Route path="/themes/social-choice" element={<SocialChoice />} />
<Route path="/themes/social-choice/rent-division" element={<RentDivisionPuzzlePage />} />
<Route path="/themes/advanced-algorithms" element={<AdvancedAlgorithms />} />
<Route path="/themes/data-structures" element={<DataStructures />} />
<Route path="/themes/games" element={<Games />} />