/* platform-home-exhausted.jsx — live exhausted (0 credits) trial page. */
function Boot() {
  window.injectPgCSS();
  return <window.PlatformHome state="exhausted" live />;
}
ReactDOM.createRoot(document.getElementById("root")).render(<Boot />);
