(() => {
  const { ChatHomeVariant } = window;
  const root = ReactDOM.createRoot(document.getElementById("root"));
  root.render(<ChatHomeVariant />);
})();
