Files
math-quiz/app/(game)/play/page.tsx
T

6 lines
104 B
TypeScript

import PlayClient from "./PlayClient";
export default function PlayPage() {
return <PlayClient />;
}