/* ===== app root ===== */
function App() {
  return <><Home /><ToastHost /></>;
}
ReactDOM.createRoot(document.getElementById("root")).render(<App />);
