react-server675fbba4
react-servertreemainexamplesreact-modalApp.jsx
examples/react-modal/App.jsxjsx230 B43710f4e
import ModalParent from "./ModalParent.jsx";

export default function App() {
  return (
    <html lang="en" suppressHydrationWarning>
      <body suppressHydrationWarning>
        <ModalParent />
      </body>
    </html>
  );
}