import NewGameClientPage from "./client-page"; export default function NewGame() { return <NewGameClientPage />; }