// Display Chat Feed // Purpose: Shows the existing chat panel scaled for distance viewing. // Scope: Uses ChatPanel minimal mode so the display route reuses normal chat behavior without input chrome. import ChatPanel from '../../../components/ChatPanel/index.jsx'; export default function DisplayChatFeed() { const displayChatScale = 2.35; return (
); }