import { h } from 'preact'; import PropTypes from 'prop-types'; import { Button } from '@crayons'; const SettingsFrom = ({ channelDescription, handleDescriptionChange, channelDiscoverable, handleChannelDiscoverableStatus, handleChannelDescriptionChanges, }) => { return (

Channel Settings