import RoomStatus from "./RoomStatus.wrn" import { Card } from "@wrnexus/ui" component RealtimeRoom { props { room: string = "" user: string = "" title: string = "Conversation" description: string = "" statusLabel: string = "Connecting…" emptyLabel: string = "No messages yet." color: string = "primary" size: string = "md" class: string = "" } view {

{emptyLabel}

} }