fix: duplicate root dom element in dev mode

This commit is contained in:
ShittyKopper 2024-01-28 15:07:22 +03:00
parent a4439ed803
commit f40c3a2d9f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</head>
<body>
<div id="misskey_app"></div>
<div id="sharkey_app"></div>
<script type="module" src="./_dev_boot_.ts"></script>
</body>
</html>