forked from pinks/eris
1
0
Fork 0

ui/index.html aktualisiert

Added the es-module-shims.js to index.html
This commit is contained in:
Akiru 2024-01-28 14:32:45 +00:00
parent 555272fbdd
commit 9c607dd6c5
1 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.png" type="image/png">
<script type="module" src="/main.tsx"></script>
<script async src="/es-module-shims.js"></script>
<title>Eris</title>
</head>
<body>
</body>
</html>
</html>