<%=
react_component(
'Board',
{
board: @board,
isLoggedIn: user_signed_in?,
authenticityToken: form_authenticity_token,
}
)
%>