Fix Subtraction Game link
The Subtraction Game link and copy link functionality have been fixed.
This commit is contained in:
parent
eb41d56dc0
commit
b6dddec259
2 changed files with 19 additions and 5 deletions
|
|
@ -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 />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue