feat: portal-root

This commit is contained in:
2025-05-31 17:30:52 +02:00
parent a213ea85d0
commit 0d7b1355d5

View File

@ -8,6 +8,7 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<div id="portal-root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
</html> </html>