Fix: Remove incorrect script tag from index.html causing blank page

This commit is contained in:
TheMaddax 2025-12-15 09:06:33 -07:00
parent 9b964ea8fa
commit 38773dbd2a

View file

@ -17,6 +17,5 @@
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
<script src="/static/js/main.js"></script>
</body> </body>
</html> </html>