import PebblePlacementGame from "@/components/PebblePlacementGame"; const PebblePlacementGamePage = () => { return (
); }; export default PebblePlacementGamePage;