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