import { cn } from 'ui' import { DocsButton } from '@/components/ui/DocsButton' import { DOCS_URL } from '@/lib/constants' const NoChannelEmptyState = () => { return (

Join a channel to start listening to messages

Channels are the building blocks of realtime where clients can bi-directionally send and receive messages in.

Not sure what to do?

Browse our documentation

) } export default NoChannelEmptyState