Fix Subtraction Game link

The Subtraction Game link and copy link functionality have been fixed.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 11:20:42 +00:00
parent eb41d56dc0
commit b6dddec259
2 changed files with 19 additions and 5 deletions

View file

@ -83,6 +83,7 @@ const App = () => (
<Route path="/themes/advanced-algorithms" element={<AdvancedAlgorithms />} />
<Route path="/themes/data-structures" element={<DataStructures />} />
<Route path="/themes/games" element={<Games />} />
<Route path="/themes/games/subtraction-game" element={<SubtractionGamePage />} />
<Route path="/themes/games/sim" element={<GameOfSimPage />} />
<Route path="/themes/cards-math" element={<CardsMath />} />
<Route path="/themes/puzzles" element={<Puzzles />} />