// Responsive shell — no phone bezel, no max-width. The PhoneBLive component
// spans the full viewport width; the bottom action bar is position:fixed.

function ResponsiveBApp() {
  return <PhoneBLive chrome="full" />;
}

ReactDOM.createRoot(document.getElementById('root')).render(<ResponsiveBApp />);
