Refactor interactive links
Update interactive links to generate unique URLs and categorize the pebble placement interactive under "Puzzles" while removing it from "DSA" and "Games".
This commit is contained in:
parent
0c19a83999
commit
ba5dac212e
5 changed files with 19 additions and 16 deletions
7
src/pages/PebblePlacementGamePage.tsx
Normal file
7
src/pages/PebblePlacementGamePage.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import PebblePlacementGame from "@/components/PebblePlacementGame";
|
||||
|
||||
const PebblePlacementGamePage = () => {
|
||||
return <PebblePlacementGame showSocialShare={true} />;
|
||||
};
|
||||
|
||||
export default PebblePlacementGamePage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue