import SubtractionGame from '@/components/SubtractionGame'; const SubtractionGamePage = () => { return (
); }; export default SubtractionGamePage;