"use client"; export function Topbar({ title }: { title: string }) { return (
{title}
Live • (mock for now)
); }