import { h } from 'preact'; import PropTypes from 'prop-types'; import { Button } from '@crayons'; export const InviteForm = ({ handleChannelInvitations, invitationUsernames, handleInvitationUsernames, }) => { return (