boardgame-lib / app / history / page.tsx
page.tsx
Raw
export default function History() {
  return (
    <>history</>
  )
}