boardgame-lib
/
app
/
lend
/
page.tsx
page.tsx
Raw
export
default
function
Checkout() {
return
(
<
>
checkout
<
/
>
)
}