boardgame-lib / app / new-game / page.tsx
page.tsx
Raw
import NewGameClientPage from "./client-page";

export default function NewGame() {
  return <NewGameClientPage />;
}