/* ==========================================================
   App: 求籤頁 (Fortune)
   ========================================================== */

const FortuneApp = () => (
  <Chrome current="fortune">
    <main className="shell">
      <FortunePage />
    </main>
  </Chrome>
);

ReactDOM.createRoot(document.getElementById("root")).render(<FortuneApp />);
