Fix: Remove incorrect script tag from index.html causing blank page
This commit is contained in:
parent
9b964ea8fa
commit
38773dbd2a
1 changed files with 1 additions and 2 deletions
|
|
@ -17,6 +17,5 @@
|
|||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script src="/static/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue