/* Mount the hero agent component into the page. */
const mount = document.getElementById("agent-mount");
if (mount && window.HeroAgent) {
  ReactDOM.createRoot(mount).render(<window.HeroAgent />);
}
