File size: 172 Bytes
fa3ed75
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export default function MultiAgentPanel() {
  return (
    <div style={{ padding: 20 }}>
      <h2>AGENT PANEL</h2>
      <p>Agents will appear here.</p>
    </div>
  );
}