forked from pinks/eris
1
0
Fork 0

Merge pull request 'polyfill' (#4) from polyfill into main

Reviewed-on: #4
This commit is contained in:
Akiru 2024-01-28 14:39:40 +00:00
commit 51849e73cb
2 changed files with 7 additions and 2 deletions

4
ui/es-module-shims.js Normal file

File diff suppressed because one or more lines are too long

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>