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