'use client'; import Link from 'next/link'; import { CityPresence } from '@/lib/agent-dashboard'; interface AgentCityCardProps { cityPresence?: CityPresence; } export function AgentCityCard({ cityPresence }: AgentCityCardProps) { if (!cityPresence) { return (
No city presence configured
Rooms