import { html } from '../lib/preact.js'; export function EmptyState() { return html`

No Active Sessions

Agent sessions will appear here when they connect. Start a Claude Code session to see it in the dashboard.

`; }